add path
This commit is contained in:
parent
13b00cd1cf
commit
9dabe5cb13
1 changed files with 7 additions and 0 deletions
|
@ -116,5 +116,12 @@ 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'],
|
||||||
|
}
|
||||||
|
exec { 'make_rbenv':
|
||||||
|
command => '/usr/bin/make -C src',
|
||||||
|
cwd => "${mastodon_home}/.rbenv/",
|
||||||
|
# creates => "${mastodon_home}/.rbenv/src/Makefile",
|
||||||
|
require => Exec['configure_rbenv'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue