소스 검색

Merge pull request #201 from noelmcloughlin/archlinux

ArchLinux support in map.jinja
tags/v0.37.4
Javier Bértoli 7 년 전
부모
커밋
e366517ffc
No account linked to committer's email address
1개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  1. +18
    -0
      apache/map.jinja

+ 18
- 0
apache/map.jinja 파일 보기

@@ -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…
취소
저장