summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-17 20:43:31 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-17 20:43:31 +0000
commit3305e2869ca08f865fec1b790025a6ef8601c666 (patch)
tree17f4aaf7e1c64adf1260cb3af518011d2bc8da3d /manifests
parent2a39a701d5a1d9a52ec855f82cf28580593baf9d (diff)
downloadpuppet-shorewall-3305e2869ca08f865fec1b790025a6ef8601c666.tar.gz
puppet-shorewall-3305e2869ca08f865fec1b790025a6ef8601c666.tar.bz2
same typo
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@822 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
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],