canzea 0.1.63 → 0.1.64

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2dfa329c1df970028329130c3b6407e619fc7ab
4
- data.tar.gz: 66b62ce803c0f3194fb7aabd5c19a83c61e4cba3
3
+ metadata.gz: 298a280e464ce59bd83191fc9be164f35ff52a54
4
+ data.tar.gz: 00b3ef064f6021dafe46639f7e2c494886997fef
5
5
  SHA512:
6
- metadata.gz: af77fa92910274d8867e938f06aff57f412f762fb0034b7b790bf00cc8e1d4a33b80cfcc3ca3575abb3b5003a0c1461ab05cd4ff812c2c906b90019b3eeda7b5
7
- data.tar.gz: 14ea4ccbaaa18c47bc089546338dff3bebe37c03860c7c7365f4fffde2859303a6d4e7e580223e87e6fdb926e66044eedc6b247fc7bfaedc2f5549ea949e37e4
6
+ metadata.gz: 1af5ce815b66ce552cfca78f47e862fa309de179578c27e796f867ce985f33c647c5cc066a4c2fde420dbf4f564128163084e21b0f7dd6a3f45b2580db7a8138
7
+ data.tar.gz: ae5cc9f013110fd49d11dab732032ca08adf36ce1b0ce846013ec7a07d623569c462c1d2cc9e59a19e487c65b3924211797b1e78e3d4934fa904e2fa504766fe
@@ -1,3 +1,3 @@
1
1
  module Canzea
2
- VERSION = "0.1.63"
2
+ VERSION = "0.1.64"
3
3
  end
@@ -15,6 +15,7 @@ class RemoteInit
15
15
  cmd5 = '(cd /root/ecosystem-catalog && ./roles/workarounds/ruby-gems/install.sh)'
16
16
  cmd6 = '(cd /root/ecosystem-catalog && ./roles/workarounds/sshd/configure.sh)'
17
17
  cmd7 = '(cd /root/ecosystem-catalog && ./roles/workarounds/sshd/enable.sh)'
18
+ cmd8 = '(cd /root/ecosystem-catalog && ./roles/workarounds/image-bootstrap/configure.sh)'
18
19
 
19
20
  remote = RemoteCall.new
20
21
 
@@ -25,6 +26,7 @@ class RemoteInit
25
26
  remote.exec publicIp, privateKey, cmd5
26
27
  remote.exec publicIp, privateKey, cmd6
27
28
  remote.exec publicIp, privateKey, cmd7
29
+ remote.exec publicIp, privateKey, cmd8
28
30
  end
29
31
 
30
32
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: canzea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.63
4
+ version: 0.1.64
5
5
  platform: ruby
6
6
  authors:
7
7
  - Canzea Technologies