barking_iguana-compound 0.1.10 → 0.1.11

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: 7bbf4198b31f958321a550d713ff472d8c13142e
4
- data.tar.gz: cd6329e661353f2746830d5c46c594e9f35a750b
3
+ metadata.gz: 0faf126b34f58aaef3ff3b4797468dc507884046
4
+ data.tar.gz: e7f0193c33253537b31c49b5a610295792043a34
5
5
  SHA512:
6
- metadata.gz: c309ffffaff32667d41ab6f23e976850b7e1d19212dd45a1d8748ae2c38a2dc8d917a7ad3bf5431620732b2b740f3a57bdff3497ed8c3a6ae782ecbecb01e89e
7
- data.tar.gz: 8466f46b3ed74637144299edec5e49dcd49fb2b71eddb6ec039238f5d96331cf05be518245bd7ad76c9d605714b7819c83148ae2e4e5e6144afa00b4122c6718
6
+ metadata.gz: 88e9707c4ff7b76b9382654ee111b88bbe09d2ad2963bae7c11a423a77a7cc6e64256e85785816c71f836d60897272ea6e3fcd86a715d6e9f3a0f9804f844e8f
7
+ data.tar.gz: a7c28a7290f1463dd9baa20fa23f195148bbde93bc6c6019dfbc29ae2986dc5886284a157dfe65782fe9ce7e31609bcdce3307c5231d1d4b1c66c8babf745b0e
data/docs/CHANGELOG.md CHANGED
@@ -2,9 +2,12 @@
2
2
 
3
3
  Entries are in reverse chronological order.
4
4
 
5
- ## *0.1.11* (Current Development)
5
+ ## *0.1.12* (Current Development)
6
6
 
7
- Add release notes here, as things are added to the project.
7
+ ## *0.1.11* (2017-01-17)
8
+
9
+ * Increase wait time for Ansible Playbook run to 1 hour instead of teh default
10
+ 10 minutes.
8
11
 
9
12
  ## *0.1.10* (2017-01-17)
10
13
 
data/docs/TODO.md CHANGED
@@ -10,3 +10,5 @@
10
10
  * We should support the ansible remote user attributes in the inventory, for each host.
11
11
 
12
12
  * Rewrite the InventoryParser so it's understandable!
13
+
14
+ * Make command timeouts customiseable.
@@ -51,6 +51,7 @@ module BarkingIguana
51
51
  options = {}
52
52
  options[:cwd] = run_from if run_from
53
53
  options[:live_stream] = io if io
54
+ options[:timeout] = 3600
54
55
  c = Mixlib::ShellOut.new(command, options)
55
56
  c.run_command
56
57
  c.error!
@@ -1,5 +1,5 @@
1
1
  module BarkingIguana
2
2
  module Compound
3
- VERSION = "0.1.10"
3
+ VERSION = "0.1.11"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barking_iguana-compound
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Craig R Webster