From 4bde8dfbea19d60cd35397bc3789cac553727b46 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 28 Nov 2023 11:11:02 +0200 Subject: [PATCH] fix require --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'",