From: Silvio Rhatto Date: Sun, 16 Mar 2014 19:46:05 +0000 (-0300) Subject: Variable fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d1815807f0897ebc9ece99a56abca56149848738;p=puppet-ikiwiki.git Variable fix --- diff --git a/manifests/instance.pp b/manifests/instance.pp index 5427f94..e5aef09 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -92,7 +92,7 @@ define ikiwiki::instance( ssh_local_key { "ikiwiki-${name}": ensure => $ensure, owner => $owner, - group => $owner, + group => $group, home => $home, source => "puppet:///modules/site_keys/ikiwiki/${name}_id_rsa", }