test
This commit is contained in:
parent
369390c4fd
commit
e2154852e4
|
@ -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'],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue