opswalrus 1.0.24 → 1.0.26

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4cf9f13958c40f655c720071156dc3192339c479a13ed579c651f080ce08b06
4
- data.tar.gz: 163ebcaeae562fd3a133c013c7d4fa0c6fcad44e8e16651226f4e28a47a9ffe4
3
+ metadata.gz: cbf52aaeace4ab759fb7928eacf69000112241ce9054982565524b4d110aeb2e
4
+ data.tar.gz: '0089b4e7af6418588cc6c42e6f985b4d9f631d27cb54a23bfb22db5f84689773'
5
5
  SHA512:
6
- metadata.gz: e0fbabbb984b33d45ad8feddbc6336e857294a94c69e33e24ce424569fad52c37f98eef99840a4a1fa3fe873bb137ac4d555e8c2e287fe0bd6ac722f52e13ed8
7
- data.tar.gz: 0a76a9d0c132b46ecbe2b9399f6169318eea9406835ffcbca05839ab57ffb178a368065be0d99e6e56d114710065f32cbbfeef580da9ca1564e9f10896617fb9
6
+ metadata.gz: 1c494ed2f70bc4c425ef7a197501d43e26ed718e8409d4478675289bf6d6d88f1a8b9e07d7ae5f5122381e2d2e17b9fdfa60bcd1743a6679cb96167f21d116b6
7
+ data.tar.gz: aa98abe60dbf25b6cbf42dd819d08bf3809cda5a6b2b218d43e126b221a3fe2d595ae1088bb3027d9aedf1d001c2197ab0b2cd48da61b2d482f5742c37469f80
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opswalrus (1.0.24)
4
+ opswalrus (1.0.26)
5
5
  amazing_print (~> 1.5)
6
6
  bcrypt_pbkdf (~> 1.1)
7
7
  citrus (~> 3.0)
@@ -104,11 +104,11 @@ module OpsWalrus
104
104
  retval = instance_exec(local_host, &block) # local_host is passed as the argument to the block
105
105
 
106
106
  # todo: cleanup
107
- if tmp_bundle_root_dir =~ /tmp/ # sanity check the temp path before we blow away something we don't intend
108
- @_host.execute(:rm, "-rf", "tmpops.zip", tmp_bundle_root_dir)
109
- else
110
- @_host.execute(:rm, "-rf", "tmpops.zip")
111
- end
107
+ # if tmp_bundle_root_dir =~ /tmp/ # sanity check the temp path before we blow away something we don't intend
108
+ # @_host.execute(:rm, "-rf", "tmpops.zip", tmp_bundle_root_dir)
109
+ # else
110
+ # @_host.execute(:rm, "-rf", "tmpops.zip")
111
+ # end
112
112
 
113
113
  retval
114
114
  end
@@ -187,8 +187,8 @@ module OpsWalrus
187
187
  host
188
188
  end
189
189
 
190
- # cmd = "OPSWALRUS_LOCAL_HOSTNAME='#{local_hostname_for_remote_host}'; /home/linuxbrew/.linuxbrew/bin/gem exec -g opswalrus ops"
191
- cmd = "OPSWALRUS_LOCAL_HOSTNAME='#{local_hostname_for_remote_host}'; $HOME/.rubies/ruby-3.2.2/bin/gem install opswalrus exec -g opswalrus ops"
190
+ # cmd = "OPSWALRUS_LOCAL_HOSTNAME='#{local_hostname_for_remote_host}'; /home/linuxbrew/.linuxbrew/bin/gem --conservative exec -g opswalrus ops"
191
+ cmd = "OPSWALRUS_LOCAL_HOSTNAME='#{local_hostname_for_remote_host}'; $HOME/.rubies/ruby-3.2.2/bin/gem --conservative exec -g opswalrus ops"
192
192
  cmd << " -v" if verbose
193
193
  cmd << " #{ops_command.to_s}"
194
194
  cmd << " #{ops_command_options.to_s}" if ops_command_options
@@ -1,3 +1,3 @@
1
1
  module OpsWalrus
2
- VERSION = "1.0.24"
2
+ VERSION = "1.0.26"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opswalrus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.24
4
+ version: 1.0.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Ellis