Bugfix.
This commit is contained in:
parent
c51953fd85
commit
e8b1eb1d0a
1 changed files with 2 additions and 2 deletions
|
@ -130,14 +130,14 @@ class soc::intelmq(
|
|||
service { 'intelmq-api.service':
|
||||
ensure => running,
|
||||
name => 'intelmq-api.service',
|
||||
enabled => true,
|
||||
enable => true,
|
||||
hasrestart => true,
|
||||
}
|
||||
|
||||
service { 'intelmq-api.socket':
|
||||
ensure => running,
|
||||
name => 'intelmq-api.socket',
|
||||
enabled => true,
|
||||
enable => true,
|
||||
hasrestart => true,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue