From: Silvio Rhatto Date: Sun, 16 Mar 2014 19:27:24 +0000 (-0300) Subject: Block fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b09617ffc00e804bb917fb907a60c45f87d85f7c;p=puppet-ikiwiki.git Block fix --- diff --git a/manifests/instance.pp b/manifests/instance.pp index 44b4e4d..89aea95 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -84,14 +84,14 @@ define ikiwiki::instance( ensure => absent, } } + } - if $manage_ssh_key == true { - ssh_local_key { "ikiwiki-${name}": - ensure => $ensure, - owner => $owner, - group => $owner, - $source = "puppet:///modules/site_keys/ikiwiki/${name}_id_rsa", - } + if $manage_ssh_key == true { + ssh_local_key { "ikiwiki-${name}": + ensure => $ensure, + owner => $owner, + group => $owner, + $source = "puppet:///modules/site_keys/ikiwiki/${name}_id_rsa", } } }