added initial FreeBSD support

This commit is contained in:
Christer Edwards 2014-01-29 19:12:47 -07:00
parent 641b70039a
commit 001f2a9d9c

View File

@ -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')) %}