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': exec { 'install_ruby':
command => '/usr/local/bin/install_ruby.sh', command => '/usr/local/bin/install_ruby.sh',
user => $mastodon_user, user => $mastodon_user,
cwd => "${mastodon_home}/.rbenv/", # cwd => "${mastodon_home}/.rbenv/",
creates => "${mastodon_home}/.rbenv/versions/3.2.2/bin/ruby", creates => "${mastodon_home}/.rbenv/versions/3.2.2/bin/ruby",
require => File['/usr/local/bin/install_ruby.sh'], require => File['/usr/local/bin/install_ruby.sh'],
} }