From: Silvio Rhatto Date: Thu, 11 Apr 2013 20:21:26 +0000 (-0300) Subject: Minor fixes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=87fb97266e35bb832389cc9b0dee6fbf159c2145;p=puppet-ikiwiki.git Minor fixes --- 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, }, } }