diff options
author | Micah Anderson <micah@riseup.net> | 2013-04-03 15:03:12 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-04-03 15:03:12 -0400 |
commit | 75d387fc8aff12232fdeae2efbbfccdd91f94656 (patch) | |
tree | 3890e9baa3a659bfd04938e3185dbacc4408fc62 /manifests/init.pp | |
parent | 74fe8e6a586bec3b04a7b51beb4ed2f8fbc27e03 (diff) | |
parent | 1e6fbdf7f1f7e381ef01170eab96727377abe3b6 (diff) |
Merge branch 'parameterized_classes' into leap
Conflicts:
manifests/init.pp
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index b2018a5..a176bf8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -17,7 +17,11 @@ # TODO: warn on cert/key issues, fail on false accept? -class stunnel ( $ensure_version = 'present', $startboot = '1', $default_extra, $cluster = '' ) +class stunnel ( + $ensure_version = 'present', + $startboot = '1', + $default_extra = '', + $cluster = '' ) { case $::operatingsystem { |