mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Merge pull request #201 from noelmcloughlin/archlinux
ArchLinux support in map.jinja
This commit is contained in:
commit
e366517ffc
1 changed files with 18 additions and 0 deletions
|
@ -111,6 +111,24 @@
|
|||
'logdir': '/var/log/',
|
||||
'wwwdir': '/usr/local/www/apache22/',
|
||||
},
|
||||
'Arch': {
|
||||
'server': 'apache',
|
||||
'service': 'httpd',
|
||||
'user': 'http',
|
||||
'group': 'http',
|
||||
'configfile': '/etc/httpd/conf/httpd.conf',
|
||||
|
||||
'mod_wsgi': 'mod_wsgi',
|
||||
|
||||
'vhostdir': '/etc/httpd/conf/vhosts',
|
||||
'confdir': '/etc/httpd/conf/extra',
|
||||
'modulesdir': '/usr/lib/httpd/modules',
|
||||
'confext': '.conf',
|
||||
'logdir': '/var/log/httpd',
|
||||
'wwwdir': '/srv/http',
|
||||
'default_site': 'default',
|
||||
'default_site_ssl': 'default-ssl',
|
||||
},
|
||||
}, merge=salt['grains.filter_by']({
|
||||
'precise': {
|
||||
'confext': '',
|
||||
|
|
Loading…
Add table
Reference in a new issue