From: Silvio Rhatto Date: Sun, 16 Mar 2014 19:22:18 +0000 (-0300) Subject: Can manage ssh key for each instance (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=54ea5ad5ce4291e2321e4ac10075f2242b6fc196;p=puppet-ikiwiki.git Can manage ssh key for each instance (2) --- diff --git a/manifests/instance.pp b/manifests/instance.pp index 653bd55..44b4e4d 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -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,