opswalrus 1.0.20 → 1.0.21
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/Gemfile.lock +1 -1
- data/lib/opswalrus/host.rb +1 -1
- data/lib/opswalrus/version.rb +1 -1
- 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: dc53d0a80c9c27e8557d84f41f215c9c03182286997f4aa78e9ff4e353231807
|
|
4
|
+
data.tar.gz: 42ef62ca0ba2e8fb90a66e764a477da9d798b95c65ff7a0ae432a1e8ccb02609
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1fcb4f648d74f29991484d2c602b50972b89b5ea611891d6e69170c504f9621a5da0d63c3c3d3fb8fd670f8757029800233ce031397627281765c24d4572f2f4
|
|
7
|
+
data.tar.gz: 9d2bbeec8ec4606f001409253cb4d8c12f3cfca56bf5384a03bd47934aa8cb1aeb3e38c10e51c775c30f33a79e82774ec93e81178a371b2ce1f6840c81d03acb
|
data/Gemfile.lock
CHANGED
data/lib/opswalrus/host.rb
CHANGED
|
@@ -89,7 +89,7 @@ module OpsWalrus
|
|
|
89
89
|
@_host.execute(:rm, "-f", "tmpopsbootstrap.sh")
|
|
90
90
|
end
|
|
91
91
|
|
|
92
|
-
def
|
|
92
|
+
def _zip_copy_and_run_ops_bundle(local_host, block)
|
|
93
93
|
# copy over ops bundle zip file
|
|
94
94
|
zip_bundle_path = @runtime_env.zip_bundle_path
|
|
95
95
|
upload_success = @_host.upload(zip_bundle_path, "tmpops.zip")
|
data/lib/opswalrus/version.rb
CHANGED