add path
This commit is contained in:
parent
0c753724d9
commit
22d49d6393
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ class mastodon (
|
|||
}
|
||||
exec { 'install_ruby':
|
||||
command => "${mastodon_home}/.rbenv/bin/rbenv install 3.2.2",
|
||||
path => "${mastodon_home}/.rbenv/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
||||
environment => [
|
||||
'RUBY_CONFIGURE_OPTS=--with-jemalloc',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue