From 3d5c952c2de38d7d8e4919bccc3f04c72082047e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Thu, 14 Nov 2024 10:28:47 +0100 Subject: [PATCH] Bugfix --- .../puppet/modules/soc/manifests/.intelmq.pp.swp | Bin 4096 -> 0 bytes .../etc/puppet/modules/soc/manifests/intelmq.pp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 global/overlay/etc/puppet/modules/soc/manifests/.intelmq.pp.swp diff --git a/global/overlay/etc/puppet/modules/soc/manifests/.intelmq.pp.swp b/global/overlay/etc/puppet/modules/soc/manifests/.intelmq.pp.swp deleted file mode 100644 index 84802addba54ea6204e749ccc096fd712647f5be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4096 zcmeIuy$ZrG5CGupB8a|#KXZGn;^69Lq2Qw6BxxFJZJLWsTX6A}d)=qR4o}<4R;-T)FuHEAOR8}0TLhq5+DH*_(y>kDM>X! diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index 4cbae78..80560b5 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -39,7 +39,7 @@ class soc::intelmq( mode => '0555', } - exec { 'sudo -u intelmq /opt/install-intelmq.sh': + exec { 'sudo -u intelmq /opt/intelmq/install-intelmq.sh': creates => '/opt/intelmq/.installed' } }