This commit is contained in:
Johan Björklund 2024-11-14 14:20:56 +01:00
parent 0cbbda4135
commit 6c1626a96b
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -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':