From c3d3f81b98542b94a013440c81b0942c9c4a82cf Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 3 Apr 2013 14:58:29 -0400 Subject: set an empty default for the $default_extra parameter --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3