From abc8afeb108c91092825c8c32c7674a2fb5ee2a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Thu, 14 Nov 2024 14:39:55 +0100 Subject: [PATCH] Bugfix. --- global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index 6a794d9..fe6625f 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -150,7 +150,7 @@ class soc::intelmq( exec { 'Enable intelmq apache conf': command => 'a2ensite intelmq-vhost', - creates => '/etc/apache2/sites-enabled/intelmq-vhost.conf' + creates => '/etc/apache2/sites-enabled/intelmq-vhost.conf', notify => Service['apache2'], } }