9
0
Fork 1
This commit is contained in:
Johan Björklund 2024-11-14 14:39:55 +01:00
parent 3c5f2c39fe
commit abc8afeb10
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -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'],
}
}