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':