configure rbenv

This commit is contained in:
Antonio J. Delgado 2023-11-27 18:40:08 +02:00
parent 09fc474812
commit 2a1909e41e

View file

@ -112,4 +112,8 @@ class mastodon (
provider => 'git', provider => 'git',
require => User['mastodon'], require => User['mastodon'],
} }
exec { 'configure_rbenv':
command => "${mastodon_home}/.rbenv/src/configure",
creates => "${mastodon_home}/.rbenv/src/Makefile",
}
} }