This commit is contained in:
Johan Björklund 2024-11-18 13:16:19 +01:00
parent cec27244e1
commit 73f19762a5
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -29,7 +29,7 @@ class soc::intelmq(
file { '/etc/intelmq/api': file { '/etc/intelmq/api':
ensure => directory, ensure => directory,
owner => 'intelmq', owner => 'intelmq',
gorup => 'www-data', group => 'www-data',
mode => '0770', mode => '0770',
} }