From 87fb97266e35bb832389cc9b0dee6fbf159c2145 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 11 Apr 2013 17:21:26 -0300 Subject: Minor fixes --- manifests/instance.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/instance.pp b/manifests/instance.pp index c15da13..e563b97 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -88,7 +88,7 @@ define ikiwiki::instance($base_url = $domain, $ensure = 'present', $description ensure => $ssh_localhost_auth ? { 'auto' => present, 'fingerprint' => absent, - 'default' => absent, + default => absent, }, } @@ -101,7 +101,7 @@ define ikiwiki::instance($base_url = $domain, $ensure = 'present', $description ensure => $ssh_localhost_auth ? { 'fingerprint' => present, 'auto' => undef, - 'default' => undef, + default => undef, }, } } @@ -113,7 +113,7 @@ define ikiwiki::instance($base_url = $domain, $ensure = 'present', $description ensure => $ssh_localhost_auth ? { 'fingerprint' => present, 'auto' => undef, - 'default' => undef, + default => undef, }, } } @@ -125,7 +125,7 @@ define ikiwiki::instance($base_url = $domain, $ensure = 'present', $description ensure => $ssh_localhost_auth ? { 'fingerprint' => present, 'auto' => undef, - 'default' => undef, + default => undef, }, } } -- cgit v1.2.3