diff options
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 1bb020a..767f89b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -13,10 +13,10 @@ class lighttpd( default: { include lighttpd::base } } - if $lighthttpd::manage_shorewall { + if $manage_shorewall { include shorewall::rules::http } - if $lighthttpd::manage_munin { + if $manage_munin { include lighttpd::munin } } |