summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authorSylvain VeyriƩ <sylvain.veyrie@keyconsulting.fr>2014-09-16 15:40:38 +0200
committermh <mh@immerda.ch>2015-12-05 11:35:57 +0100
commite5f4b5ace6dca7fae6c27eab269dec97a77c806c (patch)
tree2260e76b01b3bba3eb2d9476532cc6830b7718fd /manifests/debian.pp
parent00f318e85c274b4bcd8f5265274be1b097c12349 (diff)
Deprecated
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 2ff88c8..01d108f 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -3,7 +3,7 @@ class shorewall::debian inherits shorewall::base {
content => template("shorewall/debian_default.erb"),
require => Package['shorewall'],
notify => Service['shorewall'],
- owner => root, group => 0, mode => '0644';
+ owner => 'root', group => 'root', mode => '0644';
}
Service['shorewall']{
status => '/sbin/shorewall status'