Ryan Peck
a83f74c18e
Add optional templating to register_site
Add optional templating for the register site aspect of a pillar.
User can specify keys to be included as defaults, otherwise it is
treated as a normal managed file.
пре 9 година
Raphaël Hertzog
5dc9d42ea6
Update map.ninja to rely on oscodename grain instead of lsb_distrib_release
This is more reliable than version numbers which might change with point
releases (in particular for Debian Jessie) and is more likely to not
conflict between multiple OS.
пре 9 година
sebastien.fleury
fce8d72c12
Issue#41 configure multi proxypass configuration in vhost
пре 9 година
Ryan Peck
993e836f60
Fix case where state != enabled caused error
When using the register_site state, if the `state` for the
site in the apache pillar did not equal "enabled" the error
```
Cannot extend ID 'a2ensite <name>' in 'base:apache.register_site'. It is not part of the high state.
```
If statements were there to build out the `a2ensite` or `a2dissite` ID
appropiately, but the next state for managing the config always
assumed that the `a2ensite` id would be there.
Addressed by making a Jinja variable that will be the appropiate ID,
probably could use a better name.
пре 9 година
Niels Abspoel
9cd070302f
Added basic opensuse support
пре 9 година
Cory Wright
eb15c0753a
Update map.jinja
Fix typo: `user_require` -> `use_require`
пре 9 година
root
2ba72e613d
Add new templates 'proxy.tmpl' and 'redirect.tmpl'. Add comment pointing to new templates to pillar.example.
пре 10 година
Niels Abspoel
3ab160bad2
updated map.jinja debian 8.0 settings
пре 10 година
Ben Dougherty
ff9fc14eaf
Fix mod-php5 dependency when setting php.ini
пре 10 година
Skyler Berg
11d66cfda7
Add ability to specify modules in pillar
пре 10 година
Adrien Bréfort
3612927174
Fix default Options.
пре 10 година
Adrien Bréfort
67e12a8bc2
Fixed Apache 2.4 support and added support for Ubuntu 14.10.
Replace require_all with use_require in map.jinja, we want to be able
to use custom Require values.
Remove uneeded Directory in standard.tmpl and add conditional and
default value for Require.
Fix bad filenames in standard.sls
пре 10 година
Berry Langerak
b8fe242d35
Adding support for Apache 2.4 on Ubuntu 14.04
- Adding confext to virtualhost names.
- Renaming the default config file for Ubuntu (000-default.conf).
- Adding ability to use "Require all granted".
пре 10 година
KennethWilke
964b653692
fixed things seth mentioned in class
пре 10 година
Seth House
67b8518e47
Added explanatory comment to the apache restart/reload module.wait states
пре 10 година
Vincent Fretin
541360a0ce
use test -f instead of ls in register_site.sls too
пре 10 година
Vincent Fretin
0aec048eaf
use test -f instead of ls
пре 10 година
vincentfretin
18d8c0c0fb
Don't execute a2ensite if the vhost is already enabled
пре 10 година
Seth House
2db91119af
Combined multiple extend statements
Fixes #22
пре 10 година
Seth House
6457ae9e86
Use long-form state declaration
пре 10 година
Adam Herzog
be1aa5629e
Use confext parameter when naming vhost config files.
пре 11 година
Adam Herzog
1888584b94
Add config file extension (confext) to parameter map.
пре 11 година
Christer Edwards
36051f4353
removed unneeded wsgi_path
пре 11 година
Christer Edwards
001f2a9d9c
added initial FreeBSD support
пре 11 година
Forrest Alvarez
3535ecae9a
Removed apt from items where it is not required, also modified fcgid to include apache as it requires the apache package.
пре 11 година
Arnold Bechtoldt
d60aca39cb
setting the correct parameter values for watch_in
пре 11 година
Arnold Bechtoldt
1fce705bc0
setting the remaining changes caused by the change of cmd.wait to .module.wait in init.sls
пре 11 година
Arnold Bechtoldt
b45a5f4fc4
adding mod_proxy and mod_proxy_http states, updating the README doc
пре 11 година
Michal Galet
a3299dc1eb
States for apache-reload and apache-restart using module.wait not working
пре 11 година
Jorge Rodriguez
845b58d15f
CustomLog directive takes two parameters. Introduced LogFormat variable and defaulted to "common" format.
пре 11 година
Seth House
950ce07185
Change cmd.wait to module.wait for platform independence
пре 11 година
Alan McNea
92b167ffa8
Added vhost_alias.sls for that apache mod
пре 11 година
Alan McNea
f153c78ba8
Added apache include and requires to php5.sls and rewrite.sls
пре 11 година
Alan McNea
c863598ec7
Moved apache-reload and apache-restart commands to init.sls and invoke apache-reload from standard.sls
пре 11 година
Alan McNea
e34c476ea1
Added DirectoryIndex, UseCanonicalName, and VirtualDocumentRoot properties to standard.tmpl
пре 11 година
Alan McNea
b51e442440
Fixed bugs in standard.tmpl
пре 11 година
Seth House
f1cff2dd22
Renamed package-map.jinja to map.jinja; is used for more than package names
пре 11 година
Seth House
2499a50135
Added apache.vhost formula
пре 11 година
Seth House
a58bfa6d0f
Added a few common directories to package-map.jinja
пре 11 година
Seth House
d0c958dd87
mod_wsgi requires apache
пре 11 година
Seth House
3f8a1edb97
Added mod_wsgi to package-map
пре 11 година
Seth House
66683570e9
Added package-map.jinja
пре 11 година
Seth House
5550f85bd9
Added a mod_wsgi state
пре 11 година
Seth House
effba317fd
Updated Debian-family formula to work on all Debian-family OSes
пре 11 година
Seth House
746bbb9db3
Updated Debian-family formula to use main sls but keep custom ordering
пре 11 година
Seth House
053c3443d7
Added basic formula to install Apache
пре 11 година
Seth House
0e86fb8c9d
Renamed the main sls file to debian_full
This is a great and full-featured way to configure Apache on
Debian-family OS's but we need a simpler and more universal formula as
the main entry-point.
пре 11 година
Joseph Hall
ccb8fb6306
Move sls files into correct directory structure, fixes #7
пре 11 година
Ryan Richard
a287922545
add platform logic for pkg install
пре 11 година
Michael Grosser
20834e1ef4
Move init.sls changes into new file.
пре 11 година