don't timeout installing

This commit is contained in:
Antonio J. Delgado 2023-11-28 09:59:45 +02:00
parent 219cd5f17b
commit 61d949c0b4

View file

@ -182,6 +182,7 @@ class mastodon (
# 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",
timeout => 0,
require => File['/usr/local/bin/install_ruby.sh'], require => File['/usr/local/bin/install_ruby.sh'],
} }
# exec { 'set_global_ruby_version': # exec { 'set_global_ruby_version':