diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index 1bd5501..5eaf302 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -309,7 +309,7 @@ class soc::intelmq( } if lookup('gnupg.privkey', undef, undef, undef) != undef { sunet::snippets::secret_file { "/opt/intelmq/.gnupg/${privkey}.asc": - hiera_key => 'gnupg.privkey' + hiera_key => 'gnupg.privkey', owner => 'intelmq', group => 'intelmq', }