remove cwd

This commit is contained in:
Antonio J. Delgado 2023-11-28 09:42:22 +02:00
parent 2894d46a29
commit ab62c873f1

View file

@ -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'],
}