From ab62c873f1a9c03f4fe6c8ab33705fe81bc38da4 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 28 Nov 2023 09:42:22 +0200 Subject: [PATCH] remove cwd --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index fd155db..1bcb5bf 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -180,7 +180,7 @@ class mastodon ( exec { 'install_ruby': command => '/usr/local/bin/install_ruby.sh', user => $mastodon_user, - cwd => "${mastodon_home}/.rbenv/", + # cwd => "${mastodon_home}/.rbenv/", creates => "${mastodon_home}/.rbenv/versions/3.2.2/bin/ruby", require => File['/usr/local/bin/install_ruby.sh'], }