summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-03 14:58:29 -0400
committerMicah Anderson <micah@riseup.net>2013-04-03 14:58:29 -0400
commitc3d3f81b98542b94a013440c81b0942c9c4a82cf (patch)
tree637e5d8402f6aaf4b7f5cce24150642caa0c434b
parentb53d574250598178af298c59be957693eaaddb22 (diff)
set an empty default for the $default_extra parameter
-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..a08fb0a 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 = '' )
{
case $::operatingsystem {