From 543ae812999f35008a835db19b22874d5f6e923c Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 25 Jun 2016 15:13:31 +0200 Subject: make this a boolean --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') 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', -- cgit v1.2.3