prima-twig 0.54.25 → 0.54.26
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 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb0c34a756de4177107e2d147310e40165c1867496e11973ae4281065fb58843
|
|
4
|
+
data.tar.gz: 0057d6b83afea877c101ac29746f70768b65beea00ef2eb2a6486aa808add805
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d61f13b4e37d5aded816c4da96f54a2d560838079539dd039de562ed6bcc9bec5b9b9af88cae286c6a3aef5cfae53c530f275a96b1a4377fd98bf5405acf310
|
|
7
|
+
data.tar.gz: 67a29aecbea6f32a9fa079a1b23fab0ad3ed2adfe8135ae3a4a3f8e9af91b0f27072239462e8d07b7687d8e0d08a583abda99bb83796d7f9a2b1a2b2936d7ce0
|
data/bin/twig-feature
CHANGED
|
@@ -1814,6 +1814,10 @@ class Release
|
|
|
1814
1814
|
{
|
|
1815
1815
|
parameter_key: "WebHostname",
|
|
1816
1816
|
parameter_value: "www-#{@dns_record_identifier}.qa.colaster.com"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
parameter_key: "HostnamePattern",
|
|
1820
|
+
parameter_value: "consumer-#{@dns_record_identifier}.qa.colaster.com"
|
|
1817
1821
|
}
|
|
1818
1822
|
]
|
|
1819
1823
|
if stack_exists?(stack_name_consumer)
|