added initial FreeBSD support
This commit is contained in:
parent
641b70039a
commit
001f2a9d9c
@ -15,10 +15,22 @@
|
|||||||
'service': 'httpd',
|
'service': 'httpd',
|
||||||
|
|
||||||
'mod_wsgi': 'mod_wsgi',
|
'mod_wsgi': 'mod_wsgi',
|
||||||
|
'wsgi_conf': '/etc/httpd/conf.d/wsgi.conf',
|
||||||
|
|
||||||
'vhostdir': '/etc/httpd/conf.d',
|
'vhostdir': '/etc/httpd/conf.d',
|
||||||
'confdir': '/etc/httpd/conf.d',
|
'confdir': '/etc/httpd/conf.d',
|
||||||
'logdir': '/var/log/httpd',
|
'logdir': '/var/log/httpd',
|
||||||
'wwwdir': '/var/www',
|
'wwwdir': '/var/www',
|
||||||
},
|
},
|
||||||
|
'FreeBSD': {
|
||||||
|
'server': 'apache22',
|
||||||
|
'service': 'apache22',
|
||||||
|
|
||||||
|
'mod_wsgi': 'ap22-mod_wsgi3',
|
||||||
|
|
||||||
|
'vhostdir': '/usr/local/etc/apache22/Includes',
|
||||||
|
'confdir': '/usr/local/etc/apache22/Includes',
|
||||||
|
'logdir': '/var/log/',
|
||||||
|
'wwwdir': '/usr/local/www/apache22/',
|
||||||
|
},
|
||||||
}, merge=salt['pillar.get']('apache:lookup')) %}
|
}, merge=salt['pillar.get']('apache:lookup')) %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user