debug with help
This commit is contained in:
parent
0f4d719b7e
commit
f9fa3ae8be
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class mastodon (
|
||||||
require => Vcsrepo['rbenv'],
|
require => Vcsrepo['rbenv'],
|
||||||
}
|
}
|
||||||
exec { 'install_ruby':
|
exec { 'install_ruby':
|
||||||
command => ["${mastodon_home}/.rbenv/bin/rbenv", 'install', '3.2.2'],
|
command => ["${mastodon_home}/.rbenv/bin/rbenv", '--help', 'install', '3.2.2'],
|
||||||
path => "${mastodon_home}/.rbenv/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
path => "${mastodon_home}/.rbenv/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
||||||
environment => [
|
environment => [
|
||||||
'RUBY_CONFIGURE_OPTS=--with-jemalloc',
|
'RUBY_CONFIGURE_OPTS=--with-jemalloc',
|
||||||
|
|
Loading…
Reference in a new issue