diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index 29f93ca..5d95e84 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -103,7 +103,7 @@ class soc::intelmq( ensure => file, owner => 'intelmq', group => 'intelmq', - mode => '0444' + mode => '0444', content => 'soc/intelmq/api-config.json', }