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