diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-25 18:55:49 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-25 18:55:49 -0200 |
commit | c61a929c1e7107af9e5dc4de72bb02aed4f10d09 (patch) | |
tree | 3fe1905665360d601bee130b96aab49c6a96e678 /manifests | |
parent | 0223176b485ab880858349623a7f6826c4fea527 (diff) | |
download | puppet-ikiwiki-c61a929c1e7107af9e5dc4de72bb02aed4f10d09.tar.gz puppet-ikiwiki-c61a929c1e7107af9e5dc4de72bb02aed4f10d09.tar.bz2 |
Trying new set of ownerships (2)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 7c51f8d..3be6bdb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -41,7 +41,7 @@ class ikiwiki { case $ensure { 'present': { exec { "ikiwiki --setup /etc/ikiwiki/$name.setup": - user => gitosis, + user => root, refreshonly => true, } |