This commit is contained in:
Antonio J. Delgado 2023-11-28 17:34:57 +02:00
parent 7df9addc0c
commit 344a70ae5a

View file

@ -196,6 +196,7 @@ class mastodon (
}
exec { 'install_mastodon':
command => '/usr/local/bin/install_mastodon.sh',
user => $mastodon_user,
creates => "${mastodon_home}/./.mastodon_install",
path => "${mastodon_home}/.rbenv/shims:${mastodon_home}/.rbenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
timeout => 0,