summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/base.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 798020a..2a9ce54 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -30,11 +30,11 @@ class strongswan::base {
if $strongswan_cert != "false" and $strongswan_cert != "" {
@@file{ "/etc/ipsec.d/certs/${fqdn}.asc":
- owner => "root", group => 0, mode => "400",
- tag => 'strongswan_cert',
- content => $strongswan_cert,
- require => Package['strongswan'],
- notify => Service['strongswan'],
+ owner => "root", group => 0, mode => "400",
+ tag => 'strongswan_cert',
+ content => $strongswan_cert,
+ require => Package['strongswan'],
+ notify => Service['strongswan'],
}
}