diff options
Diffstat (limited to 'manifests/centos')
-rw-r--r-- | manifests/centos/six.pp | 2 |
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', |