This commit is contained in:
pettai 2024-06-13 11:05:07 +02:00
parent 369390c4fd
commit e2154852e4
No known key found for this signature in database
GPG key ID: CDF2C381E9A751BD

View file

@ -8,7 +8,7 @@ class dns::apache2 {
enable => true,
}
exec { 'a2enmod ssl && a2enmod headers && a2enmod proxy && a2enmod proxy_http && a2enmod request && a2enmod rewrite':
subscribe => File['/etc/apache2/sites-available/default-ssl.conf'],
#subscribe => File['/etc/apache2/sites-available/default-ssl.conf'],
refreshonly => true,
notify => Service['apache2'],
}