diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index c99e4d0..eccc345 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -29,7 +29,7 @@ class soc::intelmq( file { '/etc/intelmq/api': ensure => directory, owner => 'intelmq', - gorup => 'www-data', + group => 'www-data', mode => '0770', }