summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-03 14:36:04 -0400
committerMicah Anderson <micah@riseup.net>2013-04-03 14:36:04 -0400
commit38ce9a5950f1aadfb8b844c2ba4d280b06456489 (patch)
tree134fddead133ab7442afbcc8a6cba624ddb6a488 /manifests/debian.pp
parent95f55b7586e850fc9d31fc08a86a5bf25a7abb37 (diff)
parent74fe8e6a586bec3b04a7b51beb4ed2f8fbc27e03 (diff)
Merge remote-tracking branch 'leap/master' into riseup
Conflicts: manifests/centos.pp manifests/init.pp manifests/linux.pp
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp8
1 files changed, 5 insertions, 3 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index a64a4c9..eb4d57a 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -10,10 +10,12 @@ class stunnel::debian inherits stunnel::linux {
}
file { '/etc/default/stunnel4':
- content => template("stunnel/Debian/default"),
+ content => template('stunnel/Debian/default'),
require => Package['stunnel4'],
- notify => Service['stunnel4'],
- owner => root, group => 0, mode => 0644;
+ notify => Service['stunnel4'],
+ owner => root,
+ group => 0,
+ mode => '0644';
}
}