diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-11 17:32:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-11 17:32:53 -0300 |
commit | 347d7a6eaf0449c477047db1b225c0fc9ab88a72 (patch) | |
tree | f5784cff47c8ced4cba2c6061f488eb16e185794 /manifests | |
parent | 87fb97266e35bb832389cc9b0dee6fbf159c2145 (diff) | |
download | puppet-ikiwiki-347d7a6eaf0449c477047db1b225c0fc9ab88a72.tar.gz puppet-ikiwiki-347d7a6eaf0449c477047db1b225c0fc9ab88a72.tar.bz2 |
Refactor scripts to run as root
Diffstat (limited to 'manifests')
-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 e563b97..06f3cc8 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -21,7 +21,7 @@ define ikiwiki::instance($base_url = $domain, $ensure = 'present', $description exec { "ikiwiki_refresh_${name}_${instance}": command => "/usr/local/sbin/ikiwiki-refresh $name $instance $owner $group", - user => $owner, + user => root, refreshonly => true, } |