summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-04 16:41:29 +0100
committermh <mh@immerda.ch>2013-01-04 16:41:29 +0100
commit3cc70ef0c9f2b2eef4b251358fd89559e763b471 (patch)
tree576c4ff3c6e9bb8c0de22d952aa210937f718d3c
parent770bc48ae57ca4ffb8294c8f96841a28ade8a9cf (diff)
linting
-rw-r--r--manifests/centos/six.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/centos/six.pp b/manifests/centos/six.pp
index 2e65ebf..8f97381 100644
--- a/manifests/centos/six.pp
+++ b/manifests/centos/six.pp
@@ -26,6 +26,6 @@ class strongswan::centos::six inherits strongswan::base {
notify => Service['ipsec'],
owner => 'root',
group => 0,
- mode => 0644;
+ mode => '0644';
}
}