From: mh Date: Sun, 17 Feb 2008 20:43:31 +0000 (+0000) Subject: same typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3305e2869ca08f865fec1b790025a6ef8601c666;p=puppet-shorewall.git same typo git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@822 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- 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],