From: Silvio Rhatto Date: Thu, 11 Apr 2013 17:00:47 +0000 (-0300) Subject: Fixing some user attributions X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e7169dbe22c7e716dbf4913846aeae195f0bfd8b;p=puppet-ikiwiki.git Fixing some user attributions --- diff --git a/manifests/instance.pp b/manifests/instance.pp index d848624..8aeb291 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -14,14 +14,14 @@ define ikiwiki::instance($base_url = $domain, $ensure = 'present', $description ensure => present, content => template('ikiwiki/ikiwiki.setup.erb'), owner => root, - group => $owner, + group => $group, mode => 640, notify => Exec["ikiwiki_refresh_${name}_${instance}"], } exec { "ikiwiki_refresh_${name}_${instance}": command => "/usr/local/sbin/ikiwiki-refresh $name $instance $owner $group", - user => root, + user => $owner, refreshonly => true, }