diff --git a/manifests/init.pp b/manifests/init.pp index eaa1ff7..788f75f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -116,7 +116,7 @@ class mastodon ( command => "${mastodon_home}/.rbenv/src/configure", cwd => "${mastodon_home}/.rbenv/", creates => "${mastodon_home}/.rbenv/src/Makefile", - require => vcsrepo['rbenv'], + require => Vcsrepo['rbenv'], } exec { 'make_rbenv': command => '/usr/bin/make -C src',