summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2016-06-25 15:13:31 +0200
committermh <mh@immerda.ch>2016-06-25 15:13:31 +0200
commit543ae812999f35008a835db19b22874d5f6e923c (patch)
tree9879b9a8d0c8e5602450cff32de66c34d6a4080d /manifests
parent90f61d5178b5cb0d879d175e3c9f8cfdc8b56f09 (diff)
make this a boolean
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
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',