Fixing with last rules.

This commit is contained in:
Johan Björklund 2024-11-21 12:48:55 +01:00
parent d0a083b0b2
commit 351937cdd3
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037
2 changed files with 7 additions and 0 deletions

View file

@ -174,6 +174,13 @@ class soc::intelmq(
creates => '/opt/intelmq/.pgsql-installed',
}
file { '/opt/intelmq/var/lib/bots/modify/modify.conf':
ensure => file,
owner => 'intelmq',
group => 'intelmq',
content => file('soc/intelmq/modify.conf'),
}
file { '/opt/intelmq/var/lib/bots/sieve':
ensure => directory,
owner => 'intelmq',