test
This commit is contained in:
parent
369390c4fd
commit
e2154852e4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class dns::apache2 {
|
||||||
enable => true,
|
enable => true,
|
||||||
}
|
}
|
||||||
exec { 'a2enmod ssl && a2enmod headers && a2enmod proxy && a2enmod proxy_http && a2enmod request && a2enmod rewrite':
|
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,
|
refreshonly => true,
|
||||||
notify => Service['apache2'],
|
notify => Service['apache2'],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue