summaryrefslogtreecommitdiff
path: root/manifests/linux.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-03 12:15:08 -0400
committerMicah Anderson <micah@riseup.net>2013-04-03 12:15:08 -0400
commit75842d9eb10110664b30861840ada3b645f7b870 (patch)
tree285b54a93557e864abbc7c2c473d8b8dc23ca808 /manifests/linux.pp
parent03b51fcb718734f4b2ea76c038ffbe9b2b348b1a (diff)
lint
Diffstat (limited to 'manifests/linux.pp')
-rw-r--r--manifests/linux.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/linux.pp b/manifests/linux.pp
index 800df37..b4b99c6 100644
--- a/manifests/linux.pp
+++ b/manifests/linux.pp
@@ -1,7 +1,7 @@
class stunnel::linux inherits stunnel::base {
-
- if $stunnel_ensure_version == '' { $stunnel_ensure_version = 'installed' }
+
+ if $stunnel_ensure_version == '' { $stunnel_ensure_version = 'installed' }
package { 'stunnel':
ensure => $stunnel_ensure_version
}
-}
+}