From c35fc05fc2b3aa253a3e531fe4676aa244dbfc03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Tue, 19 Nov 2024 10:30:20 +0100 Subject: [PATCH] Trying to install fody. --- global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index 4a453ac..2c9c568 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -110,7 +110,7 @@ class soc::intelmq( file { '/opt/intelmq/install/setup-pgsql.sh': ensure => file, - content => file('soc/intelmq/install/setup-pgsql.sh'), + content => file('soc/intelmq/setup-pgsql.sh'), mode => '0500', }