summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index ce0f255..d31b03b 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -26,7 +26,7 @@ class strongswan::base {
# this is needed because if the glob-include in the config
# doesn't find anything it fails.
"${strongswan::config_dir}/hosts":
- ensure => directory,
+ ensure => directory,
purge => true,
force => true,
recurse => true;