]> gitweb.fluxo.info Git - puppet-ikiwiki.git/commitdiff
Can manage ssh key for each instance (2)
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 16 Mar 2014 19:22:18 +0000 (16:22 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 16 Mar 2014 19:22:18 +0000 (16:22 -0300)
manifests/instance.pp

index 653bd552f09ad9c6c8796ad8ce56115e1f7d31cb..44b4e4df4b53d961e5200b44dd5ce566ac5554af 100644 (file)
@@ -85,7 +85,7 @@ define ikiwiki::instance(
       }
     }
 
-    if ($manage_ssh_key == true) {
+    if $manage_ssh_key == true {
       ssh_local_key { "ikiwiki-${name}":
         ensure => $ensure,
         owner  => $owner,