summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,