summaryrefslogtreecommitdiff
path: root/manifests/remote_host.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-02 16:01:40 -0400
committerMicah Anderson <micah@riseup.net>2013-04-02 16:24:28 -0400
commit9740f84b96c3343436ade17cd31320e164b28874 (patch)
treecf52a02f8ca35a0dec18b9e38c3bd0d60a398dc5 /manifests/remote_host.pp
parent3a10caaa7be94929a2675d9ef69d306f65f65e8e (diff)
minor formatting/linting cleanup
Diffstat (limited to 'manifests/remote_host.pp')
-rw-r--r--manifests/remote_host.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/remote_host.pp b/manifests/remote_host.pp
index f61b7fd..ca0c71d 100644
--- a/manifests/remote_host.pp
+++ b/manifests/remote_host.pp
@@ -10,7 +10,7 @@ define strongswan::remote_host(
$right_cert_name = $name,
$right_cert_content = 'absent'
){
- file{"${strongswan::config_dir}/hosts/${name}.conf":
+ file { "${strongswan::config_dir}/hosts/${name}.conf":
ensure => $ensure,
require => Package['strongswan'],
notify => Service['ipsec'],
@@ -26,7 +26,7 @@ define strongswan::remote_host(
}
if $right_cert_content != 'unmanaged' {
- strongswan::cert{$right_cert_name: }
+ strongswan::cert { $right_cert_name: }
if ($right_cert_content != 'absent') and ($ensure == 'present') {
Strongswan::Cert[$right_cert_name]{
ensure => $ensure,