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