summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-01 16:03:00 +0100
committermh <mh@immerda.ch>2013-01-01 16:03:00 +0100
commitf190664bad1d5255f0704db2c404d406c87d9306 (patch)
tree9a07eaeed0eba3f25a5a3efdf73f0b0e3ff7884c /manifests
parentd4c988d47112f8905e1cf26cd6560af455cd2159 (diff)
this can currently not be done in 2.6
Diffstat (limited to 'manifests')
-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 |>>
}
}