mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Set use_require on Ubuntu 16.04 (Xenial Xerus) with Apache 2.4 (#148)
This commit is contained in:
parent
6382785cc9
commit
61439a60a8
1 changed files with 6 additions and 0 deletions
|
@ -107,6 +107,12 @@
|
|||
'default_site_ssl': 'default-ssl.conf',
|
||||
'use_require': True,
|
||||
},
|
||||
'xenial': {
|
||||
'confext': '.conf',
|
||||
'default_site': '000-default.conf',
|
||||
'default_site_ssl': 'default-ssl.conf',
|
||||
'use_require': True,
|
||||
},
|
||||
'jessie': {
|
||||
'wwwdir': '/var/www',
|
||||
'confext': '.conf',
|
||||
|
|
Loading…
Add table
Reference in a new issue