Jonathan Ballet
3f4a7667f7
Jinja's `reverse` is a filter, use it accordingly
9 년 전
Nitin Madhok
0e2dd72e43
Merge pull request #46 from thornycrackers/master
Update standard.sls
9 년 전
Cody Hiar
f1b89abd3b
Update standard.sls
Make sure that you can makedirs incase parent folders are not created
9 년 전
Nitin Madhok
bb33e3856a
Merge pull request #45 from thornycrackers/master
Create vhost DocumentRoot directory
9 년 전
Cody Hiar
138a522f3f
Update standard.sls
Create the vhost DocumentRoot directory if it does not exist
9 년 전
Nitin Madhok
1949ff4f05
Update LICENSING year
9 년 전
Nitin Madhok
241f2be82e
Merge pull request #44 from RyPeck/feature/optional_template_register_sites
Add optional templating to register_site files
9 년 전
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 년 전
Florian Bittner
77398445a9
Merge pull request #43 from artmoni/br_multiproxy
Issue#41 configure multi proxypass configuration in vhost
Thank you!
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 년 전
Nitin Madhok
93745004ca
Merge pull request #42 from RyPeck/bugfix/a2dissite_from_pillar
Fix case where state != enabled causes error
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 년 전
Nitin Madhok
bca9f619a3
Merge pull request #40 from aboe76/opensuse_support
Added basic opensuse support
9 년 전
Niels Abspoel
9cd070302f
Added basic opensuse support
9 년 전
Nitin Madhok
143c3242f2
Merge pull request #39 from corywright/patch-1
Update map.jinja
9 년 전
Cory Wright
eb15c0753a
Update map.jinja
Fix typo: `user_require` -> `use_require`
9 년 전
Raphaël Hertzog
23e3280a7d
Drop references to unused apt and php formulas
They no longer are dependencies of this formula.
9 년 전
Nitin Madhok
56629310ca
Merge pull request #37 from daschatten/master
Add templates 'redirect.tmpl' and 'proxy.tmpl'.
10 년 전
root
8d1b8f7f36
Add example code for new templates 'redirect.tmpl' and 'proxy.tmpl'.
10 년 전
root
2ba72e613d
Add new templates 'proxy.tmpl' and 'redirect.tmpl'. Add comment pointing to new templates to pillar.example.
10 년 전
Seth House
1a596bcb48
Merge pull request #36 from aboe76/improve_debian
updated map.jinja debian 8.0 settings
10 년 전
Niels Abspoel
3ab160bad2
updated map.jinja debian 8.0 settings
10 년 전
Nitin Madhok
c58a650b69
Merge pull request #35 from benjy14/master
Fix mod-php5 dependency when setting php.ini
10 년 전
Ben Dougherty
ff9fc14eaf
Fix mod-php5 dependency when setting php.ini
10 년 전
Nitin Madhok
aa0d6fdfc4
Merge pull request #32 from openenvi-formulas/modules
Add ability to specify modules in pillar
10 년 전
Skyler Berg
11d66cfda7
Add ability to specify modules in pillar
10 년 전
Nitin Madhok
82c120586a
Merge pull request #31 from abrefort/master
Fix Apache 2.4 and add support for Ubuntu 14.10
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 년 전
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
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 년 전
Nitin Madhok
13fef9e9ac
Merge pull request #27 from KennethWilke/master
fixed things seth mentioned in class
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 년 전
Seth House
448c4855ce
Revert "Updated README with new formula conventions URL"
This reverts commit f7b14ec169
.
10 년 전
Seth House
f7b14ec169
Updated README with new formula conventions URL
10 년 전
Seth House
2c499ee376
Merge pull request #26 from vincentfretin/patch-1
Don't execute a2ensite if the vhost is already enabled
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 년 전
Forrest
b034debeca
Merge pull request #24 from ev0rtex/patch-1
Fix link to instructions
10 년 전
David Warkentin
49a79bd549
Fix link to instructions
The link to the installation and usage instructions does not work. This fixes it.
10 년 전
Seth House
65c57dc315
Remove full Pillar example from README; see pillar.example instead
10 년 전
Seth House
280ea54a65
Removed Jinja-esque placeholders from example Pillar; added instructions
The structure of this example file was quite confusing. Most of these
values are not required and should be denoted as such. Jinja notiation
to denote re-used Pillar values was also a bad and confusing choice.
Closes #8
10 년 전
Seth House
b8f7ac33bf
Moved all Pillar examples under the same dictionary key
Having multiple different examples in the same file was causing
confusion.
10 년 전
Joseph Hall
041fac4f48
Merge pull request #23 from mpeeters/patch-1
Fix typo
10 년 전
Martin Peeters
b74df1871b
Fix typo
10 년 전
Seth House
2db91119af
Combined multiple extend statements
Fixes #22
10 년 전
Seth House
6457ae9e86
Use long-form state declaration
10 년 전