From f9fa3ae8bea7cd5f0a1b698b6ef1043ae9c65ff2 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 27 Nov 2023 20:19:42 +0200 Subject: [PATCH] debug with help --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 1cfe88b..acc1596 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -157,7 +157,7 @@ class mastodon ( require => Vcsrepo['rbenv'], } 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", environment => [ 'RUBY_CONFIGURE_OPTS=--with-jemalloc',