Add iptables to DIB elements

Another step to removing puppet from our zuul workers. Install
iptables package for all our images.

Change-Id: I8ea1065bea3abc292d0d8ac1bc149a00f862dc27
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-04-20 15:00:29 -04:00
parent 840862348f
commit 5267f4c66a
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 5 additions and 0 deletions

View File

@ -22,3 +22,4 @@ wget:
iputils-ping:
dnsutils:
haveged:
iptables:

View File

@ -2,6 +2,7 @@
"distro": {
"fedora": {
"python3-dev": "python3-devel",
"iptables": "iptables-services",
"haveged": "haveged"
},
"gentoo": {
@ -24,6 +25,7 @@
"python-dev": "python-devel",
"python3-dev": "",
"uuid-runtime": "",
"iptables": "iptables-services",
"haveged": ""
},
"suse": {
@ -34,10 +36,12 @@
"puppet": "ruby2.1-rubygem-puppet",
"python-dev": "python-devel",
"python3-dev": "python3-devel",
"iptables": "iptables",
"uuid-runtime": "uuidd"
}
},
"default": {
"iptables": "iptables-persistent",
"gentoolkit": ""
}
}