Forrest
e10003b077
Merge pull request #58 from multani/proxy-ssl
Add support for SSL certificates in the proxy template
vor 9 Jahren
Jonathan Ballet
a8f2d89995
ssl: also support the SSLCertificateChainFile required by some providers
vor 9 Jahren
Jonathan Ballet
c9d9d954de
proxy: support SSL certificate in the proxy template
vor 9 Jahren
puneet kandhari
fffb47518e
Merge pull request #55 from mosen/master
Fix SSL: incorrect syntax in pillar example and jinja template
vor 9 Jahren
Mosen
d4b1af0af4
Fix unnecessary comparison against boolean in vhosts/standard.tmpl
vor 9 Jahren
Mosen
f135e2e0d5
Fix incorrect syntax in pillar example for SSLCertificateFile, SSLCertificateKeyFile
Fix check for SSLCertificateFile, SSLCertificateKeyFile variables in vhosts/standard.tmpl, now using dict.get()
vor 9 Jahren
Wolodja Wentland
3ed48e04c6
Merge pull request #53 from eliasp/debian-confext
Set 'confext' for Debian systems.
vor 9 Jahren
Elias Probst
1a1104fe80
Set 'confext' for Debian systems.
vor 9 Jahren
Forrest
99ea682cfb
Merge pull request #52 from daschatten/master
Add basic SSL functionality.
vor 9 Jahren
Florian Bittner
dbb86f2bc4
Add basic SSL functionality.
vor 9 Jahren
Nitin Madhok
231000fd4b
Merge pull request #47 from bradthurber/modules.sls-redhat
make modules.sls compatible with RHEL/CentOS Apache 2.2
vor 9 Jahren
Brad Thurber
5afdcb819c
per @gravyboat suggestion, change separate if to elif
vor 9 Jahren
Forrest
39176444d1
Merge pull request #48 from multani/fix-jinja-reverse
Fix Jinja's reverse
vor 9 Jahren
Forrest
b190357ebf
Merge pull request #49 from multani/fix-missing-documentroot
Don't fail on missing DocumentRoot
vor 9 Jahren
Jonathan Ballet
42426f3f4a
Don't fail on missing DocumentRoot
If the DocumentRoot value wasn't set, applying the state would cause the
following error:
ID: site.example.com-documentroot
Function: file.directory
Name: None
Result: False
Comment: Specified file None is not an absolute path
Started: 15:07:05.596723
Duration: 4.929 ms
Changes:
This fixes the problem by not trying to check for the DocumentRoot directory is
the value is missing.
vor 9 Jahren
Jonathan Ballet
74e4c4d7d5
Make proxies order stable
vor 9 Jahren
Jonathan Ballet
3f4a7667f7
Jinja's `reverse` is a filter, use it accordingly
vor 9 Jahren
Brad Thurber
0f0d5318e5
make modules.sls compatible with RHEL/CentOS Apache 2.2
vor 9 Jahren
Nitin Madhok
0e2dd72e43
Merge pull request #46 from thornycrackers/master
Update standard.sls
vor 9 Jahren
Cody Hiar
f1b89abd3b
Update standard.sls
Make sure that you can makedirs incase parent folders are not created
vor 9 Jahren
Nitin Madhok
bb33e3856a
Merge pull request #45 from thornycrackers/master
Create vhost DocumentRoot directory
vor 9 Jahren
Cody Hiar
138a522f3f
Update standard.sls
Create the vhost DocumentRoot directory if it does not exist
vor 9 Jahren
Nitin Madhok
1949ff4f05
Update LICENSING year
vor 9 Jahren
Nitin Madhok
241f2be82e
Merge pull request #44 from RyPeck/feature/optional_template_register_sites
Add optional templating to register_site files
vor 9 Jahren
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.
vor 9 Jahren
Florian Bittner
77398445a9
Merge pull request #43 from artmoni/br_multiproxy
Issue#41 configure multi proxypass configuration in vhost
Thank you!
vor 9 Jahren
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.
vor 9 Jahren
sebastien.fleury
fce8d72c12
Issue#41 configure multi proxypass configuration in vhost
vor 9 Jahren
Nitin Madhok
93745004ca
Merge pull request #42 from RyPeck/bugfix/a2dissite_from_pillar
Fix case where state != enabled causes error
vor 9 Jahren
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.
vor 9 Jahren
Nitin Madhok
bca9f619a3
Merge pull request #40 from aboe76/opensuse_support
Added basic opensuse support
vor 9 Jahren
Niels Abspoel
9cd070302f
Added basic opensuse support
vor 9 Jahren
Nitin Madhok
143c3242f2
Merge pull request #39 from corywright/patch-1
Update map.jinja
vor 9 Jahren
Cory Wright
eb15c0753a
Update map.jinja
Fix typo: `user_require` -> `use_require`
vor 9 Jahren
Raphaël Hertzog
23e3280a7d
Drop references to unused apt and php formulas
They no longer are dependencies of this formula.
vor 9 Jahren
Nitin Madhok
56629310ca
Merge pull request #37 from daschatten/master
Add templates 'redirect.tmpl' and 'proxy.tmpl'.
vor 10 Jahren
root
8d1b8f7f36
Add example code for new templates 'redirect.tmpl' and 'proxy.tmpl'.
vor 10 Jahren
root
2ba72e613d
Add new templates 'proxy.tmpl' and 'redirect.tmpl'. Add comment pointing to new templates to pillar.example.
vor 10 Jahren
Seth House
1a596bcb48
Merge pull request #36 from aboe76/improve_debian
updated map.jinja debian 8.0 settings
vor 10 Jahren
Niels Abspoel
3ab160bad2
updated map.jinja debian 8.0 settings
vor 10 Jahren
Nitin Madhok
c58a650b69
Merge pull request #35 from benjy14/master
Fix mod-php5 dependency when setting php.ini
vor 10 Jahren
Ben Dougherty
ff9fc14eaf
Fix mod-php5 dependency when setting php.ini
vor 10 Jahren
Nitin Madhok
aa0d6fdfc4
Merge pull request #32 from openenvi-formulas/modules
Add ability to specify modules in pillar
vor 10 Jahren
Skyler Berg
11d66cfda7
Add ability to specify modules in pillar
vor 10 Jahren
Nitin Madhok
82c120586a
Merge pull request #31 from abrefort/master
Fix Apache 2.4 and add support for Ubuntu 14.10
vor 10 Jahren
Adrien Bréfort
3612927174
Fix default Options.
vor 10 Jahren
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
vor 10 Jahren
Nitin Madhok
5432b18a7c
Merge pull request #29 from berry-langerak/feature/adding-support-for-apache-2.4
Adding support for Apache 2.4 on Ubuntu 14.04
vor 10 Jahren
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".
vor 10 Jahren
Nitin Madhok
13fef9e9ac
Merge pull request #27 from KennethWilke/master
fixed things seth mentioned in class
vor 10 Jahren