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 84802ad..0000000 Binary files a/global/overlay/etc/puppet/modules/soc/manifests/.intelmq.pp.swp and /dev/null differ 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' } }