forked from SUNET/soc-ops
Fixing with last rules.
This commit is contained in:
parent
d0a083b0b2
commit
351937cdd3
2 changed files with 7 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue