diff --git a/manifests/init.pp b/manifests/init.pp index cabca92..bf38161 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -269,10 +269,11 @@ class mastodon ( ], user => $mastodon_user, group => $mastodon_group, - pwd => "${mastodon_home}/live", + cwd => "${mastodon_home}/live", timeout => 0, require => File["${mastodon_home}/live/.env.production"], } # db:create # RAILS_ENV=production rails assets:precompile + # Apache::vhost }