prima-twig 0.54.23 → 0.54.24
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 +4 -4
- data/bin/twig-feature +4 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ea4fab8d9096283047a9178328e79793ee5b815644fd9f4c7660f19163c17b9
|
|
4
|
+
data.tar.gz: 64180b67f3b63aafca940be3ede989d4149959bccb094419acb0aa5eac2cf13b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6518ce89dbf79e622cfc160bd85a83ef3468a3e366d0e8a32f79bc12503275e3938997e5e6b81d235c762e2dedfcaba0a791aff429f9e8405a34bb494e5b8cf8
|
|
7
|
+
data.tar.gz: 4674a3279ec35865d7ad502bfe208c60cb3ca4b1715eab7c0e79b0afd9c36e871b017816b891ecfc6619ccfc201e919a27d10b90e927864b480a82748536dc52
|
data/bin/twig-feature
CHANGED
|
@@ -852,6 +852,10 @@ class Release
|
|
|
852
852
|
{
|
|
853
853
|
parameter_key: "WebHostname",
|
|
854
854
|
parameter_value: "www-#{@dns_record_identifier}.qa.colaster.com"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
parameter_key: "HostnamePattern",
|
|
858
|
+
parameter_value: "consumer-#{@dns_record_identifier}.qa.colaster.com"
|
|
855
859
|
}
|
|
856
860
|
]
|
|
857
861
|
if stack_exists?(stack_name_web)
|
|
@@ -921,7 +925,6 @@ class Release
|
|
|
921
925
|
end.value
|
|
922
926
|
end
|
|
923
927
|
|
|
924
|
-
puts tags
|
|
925
928
|
create_cluster_stack(cluster_stack_name, tags) unless stack_exists?(cluster_stack_name)
|
|
926
929
|
wait_for_stack_ready(cluster_stack_name) unless stack_ready?(cluster_stack_name)
|
|
927
930
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prima-twig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.54.
|
|
4
|
+
version: 0.54.24
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -14,7 +14,7 @@ authors:
|
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
|
-
date: 2019-
|
|
17
|
+
date: 2019-11-04 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|