summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-12-31 15:48:25 +0100
committermh <mh@immerda.ch>2012-12-31 15:48:25 +0100
commitc2fb7d7e8750ec15ab1957edf40415e138cf22f0 (patch)
tree057f8812097629c16d3c8e8184af8007cb71053d /manifests
parenta1e300788f2fe2d4a498e42cdca3a4bd30002bdb (diff)
correct path
Diffstat (limited to 'manifests')
-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 b242abc..5bc7283 100644
--- a/manifests/centos/six.pp
+++ b/manifests/centos/six.pp
@@ -9,7 +9,7 @@ class strongswan::centos::six inherits strongswan::base {
path => '/etc/strongswan/ipsec.conf'
}
- file{'/etc/selinux/strongswan':
+ file{'/etc/sysconfig/strongswan':
content => "config='/etc/strongswan/strongswan.conf'\n",
notify => Service['ipsec'],
owner => 'root',