diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-17 20:41:10 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-17 20:41:10 +0000 |
commit | 2a39a701d5a1d9a52ec855f82cf28580593baf9d (patch) | |
tree | 82654774745141c3296823894343cf41224a7449 /manifests | |
parent | 8c16d3cf95e74977287dbb2b5f28b308aa320451 (diff) | |
download | puppet-shorewall-2a39a701d5a1d9a52ec855f82cf28580593baf9d.tar.gz puppet-shorewall-2a39a701d5a1d9a52ec855f82cf28580593baf9d.tar.bz2 |
fix typo, now ending , in an array
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@821 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-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 0ec363b..71ba0e5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -43,7 +43,7 @@ class shorewall { Exec[concat_nat], Exec[concat_blacklist], Exec[concat_rfc1918], - Exec[concat_routestopped], + Exec[concat_routestopped] ], } |