summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2015-11-20 22:45:59 +0100
committermh <mh@immerda.ch>2015-12-05 11:36:31 +0100
commitbbd82b23d8d5d7ef41f05bc6f4afc5ba400a91f4 (patch)
tree0e66afa2007da85793046add37477b858d541093 /manifests/debian.pp
parent220d7af45dc4b1c334e2d3f50f2bc8ab54139093 (diff)
linting
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 326b42b..07176a3 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -1,11 +1,11 @@
+# debian specific things
class shorewall::debian inherits shorewall::base {
file{'/etc/default/shorewall':
- content => template("shorewall/debian_default.erb"),
+ content => template('shorewall/debian_default.erb'),
require => Package['shorewall'],
notify => Exec['shorewall_check'],
- owner => 'root', group => 'root', mode => '0644';
- }
- Service['shorewall']{
- status => '/sbin/shorewall status'
+ owner => 'root',
+ group => 'root',
+ mode => '0644';
}
}