diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-17 20:43:31 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-17 20:43:31 +0000 |
commit | 3305e2869ca08f865fec1b790025a6ef8601c666 (patch) | |
tree | 17f4aaf7e1c64adf1260cb3af518011d2bc8da3d | |
parent | 2a39a701d5a1d9a52ec855f82cf28580593baf9d (diff) | |
download | puppet-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
-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], |