From 61d949c0b4a08bd06e033e1cfa9c50e0435fc01c Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 28 Nov 2023 09:59:45 +0200 Subject: [PATCH] don't timeout installing --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index 720abe5..3cf10dd 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -182,6 +182,7 @@ class mastodon ( # user => $mastodon_user, # cwd => "${mastodon_home}/.rbenv/", creates => "${mastodon_home}/.rbenv/versions/3.2.2/bin/ruby", + timeout => 0, require => File['/usr/local/bin/install_ruby.sh'], } # exec { 'set_global_ruby_version':