recipiez 0.3.6 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/recipiez/version.rb +1 -1
- data/recipes/apache.rb +1 -0
- data/recipes/templates/php_vhost.erb +5 -0
- metadata +4 -4
data/lib/recipiez/version.rb
CHANGED
data/recipes/apache.rb
CHANGED
@@ -14,6 +14,11 @@ DocumentRoot <%= deploy_to %>/current/public
|
|
14
14
|
<% if allowed_ips.length > 0 %>
|
15
15
|
Allow from <%= allowed_ips.join(" ") %>
|
16
16
|
<% end %>
|
17
|
+
<% if custom_envs %>
|
18
|
+
<% custom_envs.each_pair do |key, value| %>
|
19
|
+
SetEnv <%= key %> <%= value %>
|
20
|
+
<% end %>
|
21
|
+
<% end %>
|
17
22
|
Options -Indexes
|
18
23
|
</Directory>
|
19
24
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: recipiez
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 7
|
10
|
+
version: 0.3.7
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alastair Brunton
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-08-
|
18
|
+
date: 2012-08-31 00:00:00 +02:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|