From 5dc4b18dd018886693bc810a622682d70cd7d1b2 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 28 Nov 2023 20:35:12 +0200 Subject: [PATCH] use rbenv --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index d5ed94b..0b51947 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -195,7 +195,7 @@ class mastodon ( command => '/usr/bin/make -C src', user => $mastodon_user, cwd => "${mastodon_home}/.rbenv/", - creates => "${mastodon_home}/.rbenv/libexec/rbenv-realpath.dylib", + creates => "${mastodon_home}/.rbenv/libexec/rbenv", require => Exec['configure_rbenv'], } file_line { 'mastodon_path':