From f0df5d57102437954fbc59ccb882355bec450b25 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Fri, 16 Feb 2024 14:18:20 +0200 Subject: [PATCH] add deployment of updater --- manifests/init.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index 6c46d31..f436072 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -162,6 +162,11 @@ class mastodon ( } } } + file { '/usr/local/bin/update_mastodon.sh': + ensure => $ensure, + mode => '0750', + source => 'puppet:///modules/mastodon/update_mastodon.sh', + } class { 'nodejs': repo_url_suffix => $nodejs_version, }