From a1e300788f2fe2d4a498e42cdca3a4bd30002bdb Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 31 Dec 2012 15:40:46 +0100 Subject: also relocate these files --- manifests/centos/six.pp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifests/centos/six.pp b/manifests/centos/six.pp index bce84bf..b242abc 100644 --- a/manifests/centos/six.pp +++ b/manifests/centos/six.pp @@ -2,6 +2,13 @@ class strongswan::centos::six inherits strongswan::base { Service['ipsec']{ name => 'strongswan', } + File['/etc/ipsec.secrets']{ + path => '/etc/strongswan/ipsec.secrets' + } + File['/etc/ipsec.conf']{ + path => '/etc/strongswan/ipsec.conf' + } + file{'/etc/selinux/strongswan': content => "config='/etc/strongswan/strongswan.conf'\n", notify => Service['ipsec'], -- cgit v1.2.3