From cfab8b7d03df1b2872ff96e7cb942cc752ff6583 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 1 Jan 2013 15:44:43 +0100 Subject: fix 2.6 typo --- manifests/remote_host.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/remote_host.pp b/manifests/remote_host.pp index 6521622..72830f5 100644 --- a/manifests/remote_host.pp +++ b/manifests/remote_host.pp @@ -4,7 +4,7 @@ define strongswan::remote_host( $ensure = 'present', $right_id = $name, $right_cert_name = $name, - $right_cert_content = 'absent', + $right_cert_content = 'absent' ){ file{"${strongswan::config_dir}/hosts/${name}.conf": ensure => $ensure, -- cgit v1.2.3