This commit is contained in:
Antonio J. Delgado 2023-11-27 20:02:20 +02:00
parent 0c753724d9
commit 22d49d6393

View file

@ -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',
],