diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp
index e7c0971..ce1e38b 100644
--- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp
+++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp
@@ -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':