fix require

This commit is contained in:
Antonio J. Delgado 2023-11-27 18:46:37 +02:00
parent 9dabe5cb13
commit db3192e91d

View file

@ -116,7 +116,7 @@ class mastodon (
command => "${mastodon_home}/.rbenv/src/configure", command => "${mastodon_home}/.rbenv/src/configure",
cwd => "${mastodon_home}/.rbenv/", cwd => "${mastodon_home}/.rbenv/",
creates => "${mastodon_home}/.rbenv/src/Makefile", creates => "${mastodon_home}/.rbenv/src/Makefile",
require => vcsrepo['rbenv'], require => Vcsrepo['rbenv'],
} }
exec { 'make_rbenv': exec { 'make_rbenv':
command => '/usr/bin/make -C src', command => '/usr/bin/make -C src',