diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/base.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/base.pp b/manifests/base.pp index 937b83b..0007e40 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -13,10 +13,6 @@ class shorewall::base { "puppet:///modules/site_shorewall/shorewall.conf.${::operatingsystem}.${::lsbdistcodename}", "puppet:///modules/site_shorewall/shorewall.conf.${::operatingsystem}", "puppet:///modules/site_shorewall/shorewall.conf", - "puppet:///modules/shorewall/shorewall.conf.${::operatingsystem}.${::lsbdistcodename}", - "puppet:///modules/shorewall/shorewall.conf.${::operatingsystem}.${::lsbmajdistrelease}", - "puppet:///modules/shorewall/shorewall.conf.${::operatingsystem}", - "puppet:///modules/shorewall/shorewall.conf" ], require => Package[shorewall], notify => Service[shorewall], |