summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-03 18:32:42 +0100
committermh <mh@immerda.ch>2013-01-03 18:32:42 +0100
commitc2ea39b148de14512c757d0a6c4ca548cdf2ba17 (patch)
tree39b093219de1983fb2aa8c0b02f584171d181f56 /manifests/base.pp
parent5ce46c56e0ed95e03c3322f6eba53488a0615207 (diff)
linting
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;