firewall: Fixed errors running puppet during Fedora 19 kickstart.
This commit is contained in:
parent
917ea4c93d
commit
ea4d4d37cd
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class firewall::common::iptables {
|
|||
}
|
||||
$ip6states = versioncmp($::kernelversion, "2.6.20")
|
||||
|
||||
if $::operatingsystem == "Fedora" and $::operatingsystemrelease > 17 {
|
||||
if $::operatingsystem == "Fedora" and versioncmp($::operatingsystemrelease, "17") == 1 {
|
||||
package { "firewall-config":
|
||||
ensure => absent,
|
||||
before => Package["firewalld"],
|
||||
|
|
Loading…
Add table
Reference in a new issue