summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2017-09-24 12:01:09 +0200
committermh <mh@immerda.ch>2017-09-24 12:01:09 +0200
commit9a8057158e7a08a3da86fee163e8d955193e6900 (patch)
treeb165cbde5271b9de86c360c3bcb977e3b3b6dd13
parentcb6b6b7f85b39374897ccb8fd8b219809f35d9ba (diff)
linting
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index cc8090b..51e99bf 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -22,7 +22,7 @@ class shorewall::base {
}
if $shorewall::with_shorewall6 {
package{'shorewall6':
- ensure => 'installed'
+ ensure => 'installed',
}
# serialize systemd where it's not yet done
if (versioncmp($facts['shorewall_version'],'5.1.6') < 0) and (versioncmp($facts['os']['release']['major'],'6') > 0) {