summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-04-26 02:04:11 +0200
committermh <mh@immerda.ch>2011-04-26 02:04:11 +0200
commit92ccdf4d110138ccfd752a92600e6653247613c2 (patch)
tree2e3de8de1a19e8e99ab426d6e5fd904c653e818c
parentc51cd18a12c7588fcb4ecf2be85676cb643ea3a9 (diff)
whitespace cleanup
-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'],
}
}