]> gitweb.fluxo.info Git - puppet-ikiwiki.git/commitdiff
Minor fixes
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 11 Apr 2013 20:21:26 +0000 (17:21 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 11 Apr 2013 20:21:26 +0000 (17:21 -0300)
manifests/instance.pp

index c15da13d80336fcba689293ce5c451fa351f44c3..e563b97addaa03eb7cc67794b90c9a2b4608be2e 100644 (file)
@@ -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,
             },
           }
         }