change path

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

View file

@ -157,7 +157,7 @@ class mastodon (
require => Vcsrepo['rbenv'],
}
exec { 'install_ruby':
command => "${mastodon_home}/.rbenv/libexec/rbenv install 3.2.2",
command => "${mastodon_home}/.rbenv/bin/rbenv install 3.2.2",
environment => [
'RUBY_CONFIGURE_OPTS=--with-jemalloc',
],