fix again

This commit is contained in:
pettai 2024-06-13 12:36:25 +02:00
parent b0d7c7196f
commit c14b7ba08f
No known key found for this signature in database
GPG key ID: CDF2C381E9A751BD

View file

@ -19,7 +19,7 @@ class dns::apache2 {
refreshonly => true, refreshonly => true,
notify => Service['apache2'], notify => Service['apache2'],
} }
exec { 'a2dissite default-000': exec { 'a2dissite 000-default':
notify => Service['apache2'], notify => Service['apache2'],
} }
exec { 'a2ensite dns-rest-api': exec { 'a2ensite dns-rest-api':