From 917fb37dcf64e36a9055ad0ed4ffed49f60ab886 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 27 Nov 2023 19:22:10 +0200 Subject: [PATCH] add class --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index d786ac0..21592bc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -167,6 +167,7 @@ class mastodon ( # require => Vcsrepo['ruby_build'], # } # exec { '':} + class { 'rvm': } rvm_system_ruby { 'ruby-3.2.2': build_opts => ['--with-jemalloc'],