Fix 2 for moving ips to be static
[genesis.git] / foreman / ci / nat_setup.sh
index 398a826..349e416 100755 (executable)
@@ -17,8 +17,9 @@ fi
 
 systemctl disable firewalld
 
-##install iptables
-if ! yum -y install iptables-services; then
+# Install iptables
+# Major version is pinned to force some consistency for Arno
+if ! yum -y install iptables-services-1*; then
   printf '%s\n' 'nat_setup.sh: Unable to install iptables-services' >&2
   exit 1
 fi