summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-03 15:02:16 -0400
committerMicah Anderson <micah@riseup.net>2013-04-03 15:02:16 -0400
commit1e6fbdf7f1f7e381ef01170eab96727377abe3b6 (patch)
tree3890e9baa3a659bfd04938e3185dbacc4408fc62
parentd7acd567ace308049848733d8f1c801b955974a8 (diff)
format the class variablesparameterized_classes
-rw-r--r--manifests/init.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 872e5f2..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 {