summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
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';
}
}