use rbenv
This commit is contained in:
parent
c83adf020e
commit
5dc4b18dd0
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ class mastodon (
|
||||||
command => '/usr/bin/make -C src',
|
command => '/usr/bin/make -C src',
|
||||||
user => $mastodon_user,
|
user => $mastodon_user,
|
||||||
cwd => "${mastodon_home}/.rbenv/",
|
cwd => "${mastodon_home}/.rbenv/",
|
||||||
creates => "${mastodon_home}/.rbenv/libexec/rbenv-realpath.dylib",
|
creates => "${mastodon_home}/.rbenv/libexec/rbenv",
|
||||||
require => Exec['configure_rbenv'],
|
require => Exec['configure_rbenv'],
|
||||||
}
|
}
|
||||||
file_line { 'mastodon_path':
|
file_line { 'mastodon_path':
|
||||||
|
|
Loading…
Reference in a new issue