Install moinmoin packages as collab user
This commit is contained in:
parent
16d9b2b42e
commit
c9231302a8
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ define wiki::collab::package($source, $config="/srv/wikis/collab/wikis/collab/co
|
|||
user => "collab",
|
||||
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
||||
environment => "PYTHONPATH=${config}",
|
||||
command => "/bin/sh -c 'umask 007; python ${::pythonsitedir}/MoinMoin/packages.py i /usr/local/src/${name}'",
|
||||
command => "/bin/sh -c 'umask 007; python ${::pythonsitedir}/MoinMoin/packages.py -u collab i /usr/local/src/${name}'",
|
||||
refreshonly => true,
|
||||
require => Exec["collab-account-create -f -r collab"]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue