summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 35555f6..2767783 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -51,8 +51,9 @@ class strongswan(
right_subnet => $strongswan::default_left_subnet,
tag => 'strongswan_auto'
}
- # collect all other auto exported except myself
- Strongswan::Remote_Host<<| tag == 'strongswan_auto' and title != $::fqdn |>>
+ # collect all other auto exported
+ # myself is excluded in the template
+ Strongswan::Remote_Host<<| tag == 'strongswan_auto' |>>
}
if $manage_shorewall {