diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-08-21 17:47:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-08-21 17:47:17 -0300 |
commit | 6ebd2895679be6e18595464067fb267ab2d100e0 (patch) | |
tree | fe546a7e4146844556669825db86cd13caeafb10 /manifests | |
parent | ec529be6e985ea1fcd835069d1ef48680e0a980d (diff) | |
download | puppet-shorewall-6ebd2895679be6e18595464067fb267ab2d100e0.tar.gz puppet-shorewall-6ebd2895679be6e18595464067fb267ab2d100e0.tar.bz2 |
Changing 'modules_dir' to 'module_dir'
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 b022cd6..8d60cf5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -20,7 +20,7 @@ # adapted by Puzzle ITC - haerry+puppet(at)puzzle.ch # adapted by Riseup Networks - micah(shift+2)riseup.net -modules_dir { "shorewall": } +module_dir { "shorewall": } class shorewall { |