diff options
-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 d6b2d2a..84ba76a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,6 +1,6 @@ # Manage shorewall on your system class shorewall( - $startup = '1', + $startup = true, $conf_source = false, $ensure_version = 'present', $tor_transparent_proxy_host = '127.0.0.1', |