forked from SUNET/soc-ops
Bugfix.
This commit is contained in:
parent
0cbbda4135
commit
6c1626a96b
1 changed files with 2 additions and 2 deletions
|
@ -118,13 +118,13 @@ class soc::intelmq(
|
|||
file { '/etc/systemd/system/intelmq-api.service':
|
||||
ensure => file,
|
||||
content => 'soc/intelmq/intelmq-api.service',
|
||||
notify => [Class['sunet:systemd_reload'], Service['intelmq-api.service'],],
|
||||
notify => [Class['sunet::systemd_reload'], Service['intelmq-api.service'],],
|
||||
}
|
||||
|
||||
file { '/etc/systemd/system/intelmq-api.socket':
|
||||
ensure => file,
|
||||
content => 'soc/intelmq/intelmq-api.socket',
|
||||
notify => [Class['sunet:systemd_reload'], Service['intelmq-api.socket'],],
|
||||
notify => [Class['sunet::systemd_reload'], Service['intelmq-api.socket'],],
|
||||
}
|
||||
|
||||
service { 'intelmq-api.service':
|
||||
|
|
Loading…
Add table
Reference in a new issue