add working dir

This commit is contained in:
Antonio J. Delgado 2023-11-27 18:40:59 +02:00
parent 2a1909e41e
commit 13b00cd1cf

View file

@ -114,6 +114,7 @@ class mastodon (
} }
exec { 'configure_rbenv': exec { 'configure_rbenv':
command => "${mastodon_home}/.rbenv/src/configure", command => "${mastodon_home}/.rbenv/src/configure",
cwd => "${mastodon_home}/.rbenv/",
creates => "${mastodon_home}/.rbenv/src/Makefile", creates => "${mastodon_home}/.rbenv/src/Makefile",
} }
} }