canzea 0.1.67 → 0.1.68

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: 22bf22f91cee1027b9ea7162f16da75b20f4d9da
4
- data.tar.gz: 4e734d5fc4e207b5549f769c3be8afd6727c22f7
3
+ metadata.gz: 66118112f0f957613b280ca67f65bcebcb89d31b
4
+ data.tar.gz: 31104a3cf3b7f25148772a5559eea102419b7e57
5
5
  SHA512:
6
- metadata.gz: ac4264558987d76d8adb47f8079047a68ec7ce73cd6942d474f45e9196b81eff002bdeb92f5dcfe1dab502a9dc849311550083ae5d5e3c021a52748770fd29db
7
- data.tar.gz: d8a54e6cd1440e0a11aff28abd6809dd521ceed4773df47a87973da9b4ab5c5b2f379b4651886c8a918cea87d21892fc1b70e00e2eeae93bc42be615b87acbab
6
+ metadata.gz: 239141a64ec67686b4a18e11dd3284205534101fdeb70b3bd64e52fa06df1859bae7b848b9b451fcd412c2d13c3f550fe34a4f60064c345e445d8b6817561fcf
7
+ data.tar.gz: bfeddf0f43d68def281f8b6d4a08c767d92a686edbf4b3f3fbbc9def120994530fe695b6e2f5580a05b0b1c5283b7122134bd909c7d720bce368ce872d9cbbc5
@@ -1,3 +1,3 @@
1
1
  module Canzea
2
- VERSION = "0.1.67"
2
+ VERSION = "0.1.68"
3
3
  end
@@ -15,7 +15,8 @@ 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/install.sh)'
18
+ cmd8 = '(cd /root/ecosystem-catalog && ./roles/workarounds/root/install.sh)'
19
+ cmd9 = '(cd /root/ecosystem-catalog && ./roles/workarounds/image-bootstrap/install.sh)'
19
20
 
20
21
  remote = RemoteCall.new
21
22
 
@@ -27,6 +28,7 @@ class RemoteInit
27
28
  remote.exec publicIp, privateKey, cmd6
28
29
  remote.exec publicIp, privateKey, cmd7
29
30
  remote.exec publicIp, privateKey, cmd8
31
+ remote.exec publicIp, privateKey, cmd9
30
32
  end
31
33
 
32
34
  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.67
4
+ version: 0.1.68
5
5
  platform: ruby
6
6
  authors:
7
7
  - Canzea Technologies