summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/base.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 53524b2..1b18118 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -48,7 +48,8 @@ class strongswan::base {
right_ip_address => $default_left_ip_address,
tag => [ $::fqdn, 'auto' ]
}
- Strongswan::Remote_Host<<| tag == 'auto' and tag != $::fqdn |>>
+ #Strongswan::Remote_Host<<| tag == 'auto' and tag != $::fqdn |>>
+ Strongswan::Remote_Host<<| tag != $::fqdn |>>
}
}