blackstack-deployer 1.2.18 → 1.2.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/blackstack-deployer.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1b14b1870b2b15b1f26f5b6087e4ceb672e375fce44d02ea7ae36d658d690c3
4
- data.tar.gz: ff442f3dc4231513d28147431c859bc0791114a57d7085e90903e6aa7a09b7b2
3
+ metadata.gz: 2dfec0f6c8509d10655041122a6e4c80d536edf5835232a9e1606443cfc7635c
4
+ data.tar.gz: cad9f6289af37135b3a1e3fd2cb31708c1d4f76c90e7598b7b51f3c0798c3430
5
5
  SHA512:
6
- metadata.gz: 1080f3ec0c42bd3d0d47405f988a7ce6d3173340026c570b1442e2cbcb83ad68169eecb8987f61317a3adfce36f23f5cbabd56d1341ac2c027a06841dff89824
7
- data.tar.gz: d11e282d1b7653cdb69c567f865f23a82d1a6b147f2e0258bd5e1371b92cf5864f17173a81c505010384e95b923c7bcf208e69a06cb25905151170e39e05cbce
6
+ metadata.gz: 41b6b36ab5294ea1b64a954ed5389aab6004422933cf814b4b7adc67dad15f22ac48c63b67931496be104fd2b69447a999158f4325406e22d4dbd504c3a6376a
7
+ data.tar.gz: f476bfaa60b97e39f08f019c301d9281249e79f31c349813a2a2fe691ae29f0fdda4ba60a09564e2f8a29e2fa99333a41f3c6f6f5c956d289c4517661ea370c1
@@ -372,7 +372,7 @@ module BlackStack
372
372
  # running the command
373
373
  l.logs "Show command output... " if BlackStack::Deployer.show_output
374
374
  l.log "\n\nCommand:\n--------\n\n#{s} " if BlackStack::Deployer.show_output
375
- output = node.exec(s, false) # false: I already evaluated the :sudo parameter in the code method above.
375
+ output = node.ssh.exec!(s)
376
376
  l.log "\n\nOutput:\n-------\n\n#{output}" if BlackStack::Deployer.show_output
377
377
  l.logf('done tracing.') if BlackStack::Deployer.show_output
378
378
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blackstack-deployer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.18
4
+ version: 1.2.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro Daniel Sardi