From 4ba0133165d4a9661a1398cb63784aaf039c252d Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 18 Apr 2024 22:36:38 +0300 Subject: [PATCH] fix path --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 5b6a389..4e23c49 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -303,7 +303,7 @@ class mastodon ( 'LANG=C.UTF-8', "USER=${mastodon_user}", ], - creates => "${mastodon_home}/./.mastodon_install", + 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, require => File['/usr/local/bin/install_mastodon.sh'],