diff options
-rw-r--r-- | manifests/ssl.pp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/manifests/ssl.pp b/manifests/ssl.pp index f370bb9..a9d8d07 100644 --- a/manifests/ssl.pp +++ b/manifests/ssl.pp @@ -1,8 +1,10 @@ class lighttpd::ssl( - $manage_shorewall = false + $manage_shorewall = false, + $manage_munin = false ) { class{'lighttpd': - manage_shorewall => $manage_shorewall + manage_shorewall => $manage_shorewall, + manage_munin => $manage_munin, } lighttpd::config::file{ 'ssl': } if $manage_shorewall { |