Nitin Madhok
0e2dd72e43
Merge pull request #46 from thornycrackers/master
...
Update standard.sls
2015-03-23 19:17:02 -04:00
Cody Hiar
f1b89abd3b
Update standard.sls
...
Make sure that you can makedirs incase parent folders are not created
2015-03-23 16:53:45 -06:00
Nitin Madhok
bb33e3856a
Merge pull request #45 from thornycrackers/master
...
Create vhost DocumentRoot directory
2015-03-23 18:43:48 -04:00
Cody Hiar
138a522f3f
Update standard.sls
...
Create the vhost DocumentRoot directory if it does not exist
2015-03-23 15:22:08 -06:00
Nitin Madhok
1949ff4f05
Update LICENSING year
2015-03-20 20:10:44 -04:00
Nitin Madhok
241f2be82e
Merge pull request #44 from RyPeck/feature/optional_template_register_sites
...
Add optional templating to register_site files
2015-03-18 13:48:13 -04:00
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.
2015-03-18 13:36:19 -04:00
Florian Bittner
77398445a9
Merge pull request #43 from artmoni/br_multiproxy
...
Issue#41 configure multi proxypass configuration in vhost
Thank you!
2015-03-11 23:15:49 +01:00
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.
2015-03-11 20:43:18 +01:00
sebastien.fleury
fce8d72c12
Issue#41 configure multi proxypass configuration in vhost
2015-03-11 18:35:41 +01:00
Nitin Madhok
93745004ca
Merge pull request #42 from RyPeck/bugfix/a2dissite_from_pillar
...
Fix case where state != enabled causes error
2015-03-10 17:13:06 -04:00
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.
2015-03-10 16:52:24 -04:00
Nitin Madhok
bca9f619a3
Merge pull request #40 from aboe76/opensuse_support
...
Added basic opensuse support
2015-03-08 18:59:57 -04:00
Niels Abspoel
9cd070302f
Added basic opensuse support
2015-03-08 22:12:36 +01:00
Nitin Madhok
143c3242f2
Merge pull request #39 from corywright/patch-1
...
Update map.jinja
2015-03-04 21:53:06 -07:00
Cory Wright
eb15c0753a
Update map.jinja
...
Fix typo: `user_require` -> `use_require`
2015-03-04 17:39:15 -05:00
Raphaël Hertzog
23e3280a7d
Drop references to unused apt and php formulas
...
They no longer are dependencies of this formula.
2015-03-02 23:38:20 +01:00
Nitin Madhok
56629310ca
Merge pull request #37 from daschatten/master
...
Add templates 'redirect.tmpl' and 'proxy.tmpl'.
2015-02-16 16:11:36 +05:30
root
8d1b8f7f36
Add example code for new templates 'redirect.tmpl' and 'proxy.tmpl'.
2015-02-15 00:12:13 +01:00
root
2ba72e613d
Add new templates 'proxy.tmpl' and 'redirect.tmpl'. Add comment pointing to new templates to pillar.example.
2015-02-15 00:06:44 +01:00
Seth House
1a596bcb48
Merge pull request #36 from aboe76/improve_debian
...
updated map.jinja debian 8.0 settings
2015-01-12 17:07:55 -08:00
Niels Abspoel
3ab160bad2
updated map.jinja debian 8.0 settings
2015-01-10 16:18:59 +01:00
Nitin Madhok
c58a650b69
Merge pull request #35 from benjy14/master
...
Fix mod-php5 dependency when setting php.ini
2014-12-28 21:32:17 -05:00
Ben Dougherty
ff9fc14eaf
Fix mod-php5 dependency when setting php.ini
2014-12-29 10:25:08 +08:00
Nitin Madhok
aa0d6fdfc4
Merge pull request #32 from openenvi-formulas/modules
...
Add ability to specify modules in pillar
2014-11-20 18:49:24 -05:00
Skyler Berg
11d66cfda7
Add ability to specify modules in pillar
2014-11-20 15:46:31 -08:00
Nitin Madhok
82c120586a
Merge pull request #31 from abrefort/master
...
Fix Apache 2.4 and add support for Ubuntu 14.10
2014-10-28 14:15:59 -04:00
Adrien Bréfort
3612927174
Fix default Options.
2014-10-28 18:50:04 +01:00
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
2014-10-28 15:13:13 +01:00
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
2014-10-01 07:38:22 -04:00
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".
2014-10-01 10:35:53 +02:00
Nitin Madhok
13fef9e9ac
Merge pull request #27 from KennethWilke/master
...
fixed things seth mentioned in class
2014-09-25 12:47:12 -04:00
KennethWilke
964b653692
fixed things seth mentioned in class
2014-09-25 11:48:36 -05:00
Seth House
67b8518e47
Added explanatory comment to the apache restart/reload module.wait states
2014-08-06 17:08:14 -04:00
Seth House
448c4855ce
Revert "Updated README with new formula conventions URL"
...
This reverts commit f7b14ec169
.
2014-08-06 17:08:14 -04:00
Seth House
f7b14ec169
Updated README with new formula conventions URL
2014-08-06 17:06:33 -04:00
Seth House
2c499ee376
Merge pull request #26 from vincentfretin/patch-1
...
Don't execute a2ensite if the vhost is already enabled
2014-08-01 10:56:03 -06:00
Vincent Fretin
541360a0ce
use test -f instead of ls in register_site.sls too
2014-08-01 15:39:32 +02:00
Vincent Fretin
0aec048eaf
use test -f instead of ls
2014-08-01 15:32:40 +02:00
vincentfretin
18d8c0c0fb
Don't execute a2ensite if the vhost is already enabled
2014-08-01 10:43:04 +02:00
Forrest
b034debeca
Merge pull request #24 from ev0rtex/patch-1
...
Fix link to instructions
2014-06-30 15:37:15 -07:00
David Warkentin
49a79bd549
Fix link to instructions
...
The link to the installation and usage instructions does not work. This fixes it.
2014-06-30 14:39:52 -06:00
Seth House
65c57dc315
Remove full Pillar example from README; see pillar.example instead
2014-06-18 13:53:01 -06:00
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
2014-06-18 13:50:17 -06:00
Seth House
b8f7ac33bf
Moved all Pillar examples under the same dictionary key
...
Having multiple different examples in the same file was causing
confusion.
2014-06-18 13:50:03 -06:00
Joseph Hall
041fac4f48
Merge pull request #23 from mpeeters/patch-1
...
Fix typo
2014-06-01 11:08:17 -06:00
Martin Peeters
b74df1871b
Fix typo
2014-06-01 12:13:54 +02:00
Seth House
2db91119af
Combined multiple extend statements
...
Fixes #22
2014-03-10 11:53:34 -06:00
Seth House
6457ae9e86
Use long-form state declaration
2014-03-04 11:13:26 -08:00
Joseph Hall
989ae09576
Merge pull request #20 from adamherzog/redhat-vhost-config-extension
...
Add vhost config file extension for RedHat-based distributions
2014-02-09 07:47:14 -07:00