diff --git a/manifests/init.pp b/manifests/init.pp index 3cf10dd..a937dc8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -185,13 +185,13 @@ class mastodon ( timeout => 0, require => File['/usr/local/bin/install_ruby.sh'], } - # exec { 'set_global_ruby_version': - # command => "${mastodon_home}/.rbenv/libexec/rbenv global 3.2.2", - # user => $mastodon_user, - # cwd => "${mastodon_home}/.rbenv/", - # # creates => '', - # require => Exec['install_ruby'], - # } + exec { 'set_global_ruby_version': + command => "${mastodon_home}/.rbenv/libexec/rbenv global 3.2.2", + user => $mastodon_user, + cwd => "${mastodon_home}/.rbenv/", + # creates => '', + require => Exec['install_ruby'], + } # exec { 'install_bundler': # command => 'gem install bundler --no-document', # user => $mastodon_user,