Merge pull request #76 from bradthurber/add-lookup-to-pillar
add lookup section to pillar.example
This commit is contained in:
commit
75304c160c
@ -1,16 +1,19 @@
|
|||||||
# ``apache`` formula configuration:
|
# ``apache`` formula configuration:
|
||||||
apache:
|
apache:
|
||||||
server: apache2
|
|
||||||
service: apache2
|
|
||||||
|
|
||||||
vhostdir: /etc/apache2/sites-available
|
# lookup section overrides ``map.jinja`` values
|
||||||
confdir: /etc/apache2/conf.d
|
lookup:
|
||||||
confext: .conf
|
server: apache2
|
||||||
logdir: /var/log/apache2
|
service: apache2
|
||||||
wwwdir: /srv/apache2
|
|
||||||
|
|
||||||
# ``apache.mod_wsgi`` formula additional configuration:
|
vhostdir: /etc/apache2/sites-available
|
||||||
mod_wsgi: mod_wsgi
|
confdir: /etc/apache2/conf.d
|
||||||
|
confext: .conf
|
||||||
|
logdir: /var/log/apache2
|
||||||
|
wwwdir: /srv/apache2
|
||||||
|
|
||||||
|
# ``apache.mod_wsgi`` formula additional configuration:
|
||||||
|
mod_wsgi: mod_wsgi
|
||||||
|
|
||||||
# ``apache.vhosts`` formula additional configuration:
|
# ``apache.vhosts`` formula additional configuration:
|
||||||
sites:
|
sites:
|
||||||
|
Loading…
Reference in New Issue
Block a user