canzea 0.1.22 → 0.1.23

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: 27c940f036044932640f131098ea773b12f99aa8
4
- data.tar.gz: 0ab62f4eb3108a537a59cfe113315734b367214b
3
+ metadata.gz: 7daeee49837b0b8a41353fb38315d1f8271de0e2
4
+ data.tar.gz: 4ab31cbd484163c4b429b177dc44d8ad7d8b5329
5
5
  SHA512:
6
- metadata.gz: 2041a53b998b7ca0206b888666943bb236f73cfdaf1766a0d8aa2231b77c28c450383ad644674539198bf0ec8c823485648aadf7ef3c200955420994b06763f2
7
- data.tar.gz: 681f2a956221a47960a7c54686fe93c410d6a0604588c1cfd8d3952b42fc63601e75798489dc20a6ffba438ee9e465f288a09e773673a3a6e1bc3a40614d7edc
6
+ metadata.gz: 358022907eebf0726077e16fc7f55e4921a9f7762f1bb2ccf4f2e2185cbcc1fe115b74901a6a12ccad28c662e5d243a8e71b89989c076ffff20f37b6bd680c21
7
+ data.tar.gz: b247fc14dcb908df6afc2eb105652ce73f24f0059296291be19d5e57c107347bc6eac1a933f79dd6f20a86b2992fc90481a7fa1f55687778ed8e2525018af3d5
@@ -1,3 +1,3 @@
1
1
  module Canzea
2
- VERSION = "0.1.22"
2
+ VERSION = "0.1.23"
3
3
  end
@@ -7,15 +7,15 @@ class RemoteInit
7
7
  def do (publicIp, privateKey)
8
8
  cmd1 = "yum -y install git"
9
9
 
10
- cmd2 = "(rm -rf ike-environments && git clone https://gitlab.com/canzea/ecosystem-catalog.git)"
10
+ cmd2 = "(rm -rf ecosystem-catalog && git clone https://gitlab.com/canzea/ecosystem-catalog.git)"
11
11
 
12
- cmd3 = 'find /root/ike-environments -name "*.sh" -exec chmod +x {} +'
12
+ cmd3 = 'find /root/ecosystem-catalog -name "*.sh" -exec chmod +x {} +'
13
13
 
14
- cmd4 = '(cd /root/ike-environments && ./roles/workarounds/ruby/install.sh)'
15
- cmd5 = '(cd /root/ike-environments && ./roles/workarounds/ruby-gems/install.sh)'
16
- cmd6 = '(cd /root/ike-environments && ./roles/workarounds/sshd/configure.sh)'
17
- cmd7 = '(cd /root/ike-environments && ./roles/workarounds/sshd/enable.sh)'
18
- cmd8 = '(cd /root/ike-environments && ./roles/workarounds/canzea/install-root.sh)'
14
+ cmd4 = '(cd /root/ecosystem-catalog && ./roles/workarounds/ruby/install.sh)'
15
+ cmd5 = '(cd /root/ecosystem-catalog && ./roles/workarounds/ruby-gems/install.sh)'
16
+ cmd6 = '(cd /root/ecosystem-catalog && ./roles/workarounds/sshd/configure.sh)'
17
+ cmd7 = '(cd /root/ecosystem-catalog && ./roles/workarounds/sshd/enable.sh)'
18
+ cmd8 = '(cd /root/ecosystem-catalog && ./roles/workarounds/canzea/install-root.sh)'
19
19
 
20
20
  remote = RemoteCall.new
21
21
 
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.22
4
+ version: 0.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Canzea Technologies