diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-16 16:46:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-16 16:46:05 -0300 |
commit | d1815807f0897ebc9ece99a56abca56149848738 (patch) | |
tree | 4adaf3eb4cf2c866bc87951e1d9b82987702c404 | |
parent | 36b374b83caa7d185ed182b25c69a1d39842d5e5 (diff) | |
download | puppet-ikiwiki-d1815807f0897ebc9ece99a56abca56149848738.tar.gz puppet-ikiwiki-d1815807f0897ebc9ece99a56abca56149848738.tar.bz2 |
Variable fix
-rw-r--r-- | manifests/instance.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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", } |