summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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';
}
}