use rbenv

This commit is contained in:
Antonio J. Delgado 2023-11-28 20:35:12 +02:00
parent c83adf020e
commit 5dc4b18dd0

View file

@ -195,7 +195,7 @@ class mastodon (
command => '/usr/bin/make -C src', command => '/usr/bin/make -C src',
user => $mastodon_user, user => $mastodon_user,
cwd => "${mastodon_home}/.rbenv/", cwd => "${mastodon_home}/.rbenv/",
creates => "${mastodon_home}/.rbenv/libexec/rbenv-realpath.dylib", creates => "${mastodon_home}/.rbenv/libexec/rbenv",
require => Exec['configure_rbenv'], require => Exec['configure_rbenv'],
} }
file_line { 'mastodon_path': file_line { 'mastodon_path':