add env
This commit is contained in:
parent
2d10ca8a52
commit
94d22bf0bc
1 changed files with 2 additions and 0 deletions
|
@ -200,6 +200,8 @@ class mastodon (
|
||||||
group => $mastodon_group,
|
group => $mastodon_group,
|
||||||
environment => [
|
environment => [
|
||||||
"HOME=${mastodon_home}",
|
"HOME=${mastodon_home}",
|
||||||
|
'LANG=C.UTF-8',
|
||||||
|
"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",
|
||||||
|
|
Loading…
Reference in a new issue