add user
This commit is contained in:
parent
7df9addc0c
commit
344a70ae5a
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ class mastodon (
|
||||||
}
|
}
|
||||||
exec { 'install_mastodon':
|
exec { 'install_mastodon':
|
||||||
command => '/usr/local/bin/install_mastodon.sh',
|
command => '/usr/local/bin/install_mastodon.sh',
|
||||||
|
user => $mastodon_user,
|
||||||
creates => "${mastodon_home}/./.mastodon_install",
|
creates => "${mastodon_home}/./.mastodon_install",
|
||||||
path => "${mastodon_home}/.rbenv/shims:${mastodon_home}/.rbenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
path => "${mastodon_home}/.rbenv/shims:${mastodon_home}/.rbenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
||||||
timeout => 0,
|
timeout => 0,
|
||||||
|
|
Loading…
Reference in a new issue