diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 71ba0e5..2293368 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -99,7 +99,7 @@ class shorewall { source => [ "puppet://$servername/shorewall/shorewall.conf.$operatingsystem.$lsbdistcodename", "puppet://$servername/shorewall/shorewall.conf.$operatingsystem", - "puppet://$servername/shorewall/shorewall.conf.Default", + "puppet://$servername/shorewall/shorewall.conf.Default" ], mode => 0644, owner => root, group => 0, notify => Service[shorewall], |