remove cwd
This commit is contained in:
parent
2894d46a29
commit
ab62c873f1
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue