fix require
This commit is contained in:
parent
9dabe5cb13
commit
db3192e91d
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue