summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-03 14:27:52 -0400
committerMicah Anderson <micah@riseup.net>2013-04-03 14:27:52 -0400
commit74fe8e6a586bec3b04a7b51beb4ed2f8fbc27e03 (patch)
tree134fddead133ab7442afbcc8a6cba624ddb6a488 /manifests/init.pp
parentb53d574250598178af298c59be957693eaaddb22 (diff)
fix accidentally removed cluster parameter
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f7f72b8..b2018a5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -17,7 +17,7 @@
# TODO: warn on cert/key issues, fail on false accept?
-class stunnel ( $ensure_version = 'present', $startboot = '1', $default_extra )
+class stunnel ( $ensure_version = 'present', $startboot = '1', $default_extra, $cluster = '' )
{
case $::operatingsystem {