summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-01 15:44:43 +0100
committermh <mh@immerda.ch>2013-01-01 15:44:43 +0100
commitcfab8b7d03df1b2872ff96e7cb942cc752ff6583 (patch)
tree20076b97ea6087346a8f661802e999af11c0eb0e
parent492468d87aa6ea31b137fb2361b6bf7da88f3d1d (diff)
fix 2.6 typo
-rw-r--r--manifests/remote_host.pp2
1 files changed, 1 insertions, 1 deletions
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,