summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp13
1 files changed, 0 insertions, 13 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index d31b03b..9f0a38e 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -40,17 +40,4 @@ class strongswan::base {
ensure => running,
enable => true,
}
-
- if $strongswan::auto_remote_host and ($::strongswan_cert != 'false') and ($::strongswan_cert != '') {
- # export
- @@strongswan::remote_host{$::fqdn:
- right_cert_content => $::strongswan_cert,
- right_ip_address => $strongswan::default_left_ip_address,
- right_subnet => $strongswan::default_left_subnet,
- tag => $::fqdn
- }
- #Strongswan::Remote_Host<<| tag == 'auto' and tag != $::fqdn |>>
- Strongswan::Remote_Host<<| tag != $::fqdn |>>
- }
-
}