Typo.
This commit is contained in:
parent
fd8d07a01d
commit
97e38d9f00
1 changed files with 3 additions and 3 deletions
|
@ -194,21 +194,21 @@ class soc::intelmq(
|
|||
owner => 'intelmq',
|
||||
group => 'www-data',
|
||||
mode => '0440',
|
||||
content => tempate('soc/intelmq/contactdb-serve.conf.erb'),
|
||||
content => template('soc/intelmq/contactdb-serve.conf.erb'),
|
||||
;
|
||||
'/etc/intelmq/eventdb-serve.conf':
|
||||
ensure => file,
|
||||
owner => 'intelmq',
|
||||
group => 'www-data',
|
||||
mode => '0440',
|
||||
content => tempate('soc/intelmq/eventdb-serve.conf.erb'),
|
||||
content => template('soc/intelmq/eventdb-serve.conf.erb'),
|
||||
;
|
||||
'/etc/intelmq/tickets-serve.conf':
|
||||
ensure => file,
|
||||
owner => 'intelmq',
|
||||
group => 'www-data',
|
||||
mode => '0440',
|
||||
content => tempate('soc/intelmq/tickets-serve.conf.erb'),
|
||||
content => template('soc/intelmq/tickets-serve.conf.erb'),
|
||||
;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue