forked from SUNET/soc-ops
Typo.
This commit is contained in:
parent
66d7b40a15
commit
fd8d07a01d
1 changed files with 2 additions and 2 deletions
|
@ -162,12 +162,12 @@ class soc::intelmq(
|
|||
content => file('soc/intelmq/api-config.json'),
|
||||
}
|
||||
|
||||
file { '/etc/intelmq/fody-session.config':
|
||||
file { '/etc/intelmq/fody-session.conf':
|
||||
ensure => file,
|
||||
owner => 'intelmq',
|
||||
group => 'intelmq',
|
||||
mode => '0444',
|
||||
content => file('soc/intelmq/fody-session.config'),
|
||||
content => file('soc/intelmq/fody-session.conf'),
|
||||
}
|
||||
|
||||
exec { 'Setup intelmq-api user':
|
||||
|
|
Loading…
Add table
Reference in a new issue