matross 0.2.7 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/README.md +6 -3
- data/lib/matross/nginx.rb +2 -0
- data/lib/matross/templates/nginx/nginx_virtual_host_conf.erb +1 -1
- data/lib/matross/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YWRiYWQ4NDg4NGNlNDc0OWY5Y2M5NGU1NGViNTY3NWMxN2JmYzU1NQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NDlkYmU4ZjNhNTFmNGNlMWJmMzMyMDllNTcyODIyNGNkODI3ZjVkOQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YzJlMjY4MmE5ODkxYWI2YjE4N2I3MDU2NjA4NWY3YjliMzBmN2U5OTg0NjQx
|
|
10
|
+
ZjM0ODEwYmFkZDkwNDM3NWU4MTQwMTU2MzNkNWVjMDllMjBlYWNhMGY0OGYx
|
|
11
|
+
YTMxOTk2ZGU1ZjkxNzUzZjI4YTc3Zjg0YTE0OGJlNjZlNDQyOTE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NjlhNzdhY2M0NDRlMzQwMjJkNTFiMWU0NTJjM2NjMzRiNzUxMzRhYmU4OWM2
|
|
14
|
+
M2I5ZTliOWFkNDJhYzE0N2Q1ZjZlODZmZmVkMmVhNDgzMmYxYjk3MzI1M2Zj
|
|
15
|
+
MGZlMDhkZGFiNTYxODIzZWU4NmFmZWM0ZTUwMzMyOWYwYTIxZjE=
|
data/README.md
CHANGED
|
@@ -114,9 +114,12 @@ This recipes creates and configures the virtual_host for the application. [This
|
|
|
114
114
|
|
|
115
115
|
> Variables
|
|
116
116
|
|
|
117
|
-
| Variable
|
|
118
|
-
| ---
|
|
119
|
-
| `:htpasswd`
|
|
117
|
+
| Variable | Default value | Description |
|
|
118
|
+
| --- | --- | --- |
|
|
119
|
+
| `:htpasswd` | None | `htpasswd` user:password format |
|
|
120
|
+
| `:nginx_default_server` | `false` | Sets the vhost for the specified stage as the default |
|
|
121
|
+
|
|
122
|
+
|
|
120
123
|
|
|
121
124
|
> Tasks
|
|
122
125
|
|
data/lib/matross/nginx.rb
CHANGED
data/lib/matross/version.rb
CHANGED