diff --git a/manifests/init.pp b/manifests/init.pp index 6d2f94b..3065a6a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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', ],