summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-01 16:09:09 +0100
committermh <mh@immerda.ch>2013-01-01 16:09:09 +0100
commit99a475c9121d8f4583486f1beb7c1b77f64664b8 (patch)
tree51daf46de43a09c29f0d3c7afb4bdcd3deda7d8b /manifests
parentf190664bad1d5255f0704db2c404d406c87d9306 (diff)
fix tags for 2.6
Diffstat (limited to 'manifests')
-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 |>>