diff --git a/manifests/init.pp b/manifests/init.pp index d6bab5c..0088274 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -68,7 +68,7 @@ class iptables( onlyif => '/usr/bin/pgrep firewalld', } package { 'firewalld': - ensure => 'purged', + ensure => absent, require => Exec['stop-firewalld-if-running'], before => Package['iptables'], }