projects
/
puppet_stunnel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b53d574
)
set an empty default for the $default_extra parameter
author
Micah Anderson
<micah@riseup.net>
Wed, 3 Apr 2013 18:58:29 +0000
(14:58 -0400)
committer
Micah Anderson
<micah@riseup.net>
Wed, 3 Apr 2013 18:58:29 +0000
(14:58 -0400)
manifests/init.pp
patch
|
blob
|
history
diff --git
a/manifests/init.pp
b/manifests/init.pp
index
f7f72b8
..
a08fb0a
100644
(file)
--- 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 {