Bugfix.
This commit is contained in:
parent
3c5f2c39fe
commit
abc8afeb10
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class soc::intelmq(
|
||||||
|
|
||||||
exec { 'Enable intelmq apache conf':
|
exec { 'Enable intelmq apache conf':
|
||||||
command => 'a2ensite intelmq-vhost',
|
command => 'a2ensite intelmq-vhost',
|
||||||
creates => '/etc/apache2/sites-enabled/intelmq-vhost.conf'
|
creates => '/etc/apache2/sites-enabled/intelmq-vhost.conf',
|
||||||
notify => Service['apache2'],
|
notify => Service['apache2'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue