fix require

This commit is contained in:
Antonio J. Delgado 2023-11-28 11:11:02 +02:00
parent 68c6b25205
commit 4bde8dfbea

View file

@ -203,7 +203,7 @@ class mastodon (
user => $mastodon_user, user => $mastodon_user,
cwd => "${mastodon_home}/live", cwd => "${mastodon_home}/live",
# creates => "${mastodon_home}/.rbenv/libexec/rbenv-realpath.dylib", # creates => "${mastodon_home}/.rbenv/libexec/rbenv-realpath.dylib",
require => Rvm_gemset['bundler'], require => Exec['install_ruby'],
} }
exec { 'config_without_devel_test': exec { 'config_without_devel_test':
command => "${mastodon_home}/live/bin/bundle config without 'development test'", command => "${mastodon_home}/live/bin/bundle config without 'development test'",