diff options
author | mh <mh@immerda.ch> | 2010-05-09 23:37:29 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-05-09 23:37:29 +0200 |
commit | 97a45fff92d879b3d307d87b4952e26bf757032a (patch) | |
tree | e39b262a0d125cc2ee9ab6658cbf5c388f856a08 /manifests | |
parent | 37a9419dfd50a56f35f28ea0db6e5dff577d8059 (diff) | |
download | puppet-shorewall-97a45fff92d879b3d307d87b4952e26bf757032a.tar.gz puppet-shorewall-97a45fff92d879b3d307d87b4952e26bf757032a.tar.bz2 |
adjust module_dir
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index f4a1848..e9ba464 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,6 +1,7 @@ class shorewall { - modules_dir { "shorewall": } + include common::moduledir + module_dir { "shorewall": } case $operatingsystem { gentoo: { include shorewall::gentoo } |