From 13b00cd1cf256651280ada3b51003ca51c0fb1a0 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 27 Nov 2023 18:40:59 +0200 Subject: [PATCH] add working dir --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index 4ef2030..0ca4d0f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -114,6 +114,7 @@ class mastodon ( } exec { 'configure_rbenv': command => "${mastodon_home}/.rbenv/src/configure", + cwd => "${mastodon_home}/.rbenv/", creates => "${mastodon_home}/.rbenv/src/Makefile", } }