prima-twig 0.41.0 → 0.41.1
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 +1 -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: bd8be63c20dc2fa2bfeb70dd71dc4814c5f8043e19a939fc70bd9b179c359204
|
|
4
|
+
data.tar.gz: 874bd49059a6c56a8d253d97a7c1c84ae610136065ba47b4c03accc5358a3389
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb7442c5f1c1461f4bce480e0e070cb67422403bc8f2f41cd79acfc780920cce2369f0b16a8cff27a2ecac248f0b0a4a300de542fd6c9de2a88226de38142368
|
|
7
|
+
data.tar.gz: 50d3f092cbd19d41911ddc4353ef6f38272813cbb45246d51ef55de9b451093b54e2092dd3f1b7e39decb9b7dcaf1efa9eb6508f372cee29fd39983d1223ac7a
|
data/bin/twig-feature
CHANGED
|
@@ -1732,6 +1732,7 @@ class Release
|
|
|
1732
1732
|
peano_hostname = get_route53_hostname(stack_name_peano)
|
|
1733
1733
|
skynet_hostname = get_route53_hostname(stack_name_skynet)
|
|
1734
1734
|
urania_hostname = get_route53_hostname(stack_name_urania)
|
|
1735
|
+
roger_hostname = get_route53_hostname(stack_name_roger)
|
|
1735
1736
|
deploy_crash? && crash_hostname = get_route53_hostname(stack_name_crash)
|
|
1736
1737
|
|
|
1737
1738
|
launch_marley ec2_ip_address(asg_stack_name), prima_hostname, borat_hostname
|