From 344a70ae5a73512ba36533b3800722514ffaaa82 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 28 Nov 2023 17:34:57 +0200 Subject: [PATCH] add user --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index 69b5bdc..2e7943b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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,