diff options
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 } | 
