summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-12-31 15:40:46 +0100
committermh <mh@immerda.ch>2012-12-31 15:40:46 +0100
commita1e300788f2fe2d4a498e42cdca3a4bd30002bdb (patch)
tree802012dfcd8e1ed87a31f4db7e6b14fa8a6943e4
parent36aa2d024304a6b3356ef8b030136f68954007b3 (diff)
also relocate these files
-rw-r--r--manifests/centos/six.pp7
1 files changed, 7 insertions, 0 deletions
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'],