kitchen-habitat 0.3.0 → 0.3.1

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: b6694587068b88af9d3ed639a257adcfd517f875
4
- data.tar.gz: b91653665f443ee506cc0b54126c3f4d3ec5aba0
3
+ metadata.gz: ec2df0fc73ebcc666ba789e36af7b7ec7217b7cb
4
+ data.tar.gz: 5b881fdc4787c722cdf27593ff59b3ecf8cdce8e
5
5
  SHA512:
6
- metadata.gz: 4dc477c2e3f31d2390606aa4fa51492f3f713ab9aeed36e14066543c71bf3484eb99e8c3802f874e111e9080892e9655a49ec1c362bc68e0643748e09ddcdc9f
7
- data.tar.gz: a83287c2bdc77cb43991062d6424e0598a9d9a92f1d2499fbdd0580efb4885bb16c76cf59e75f4ca3053b058349a453405938dace84a2237837099be9ad9557c
6
+ metadata.gz: c8f77508af3af9d0fac492c105d2e1a3b6a4dbb2feaa31c1437ad57e9bc4bb79011e71ffb8a7221fefd1f7a1c4954641ecd4dc9ee4e4aa2089f3d8f8a5998a9d
7
+ data.tar.gz: 670a0c1a693878dea2fcc70a62630e08b826f323c1e05fbf93fd3229ea545653a8f47d4eaf379687bd65a052b0cf714b36abb198a7aca23e983300de25ac7da7
@@ -41,7 +41,6 @@ module Kitchen
41
41
  default_config :service_topology, nil
42
42
  default_config :service_update_strategy, nil
43
43
 
44
-
45
44
  # local stuffs to copy
46
45
  default_config :results_directory, nil
47
46
  default_config :config_directory, nil
@@ -250,10 +249,9 @@ module Kitchen
250
249
  end
251
250
 
252
251
  def supervisor_options
253
- options = ""
252
+ options = ""
254
253
  options += " --listen-gossip #{config[:hab_sup_listen_gossip]}" unless config[:hab_sup_listen_gossip].nil?
255
- options += " --listen-http #{config[:hab_sup_listen_http]}" unless config[:hab_sup_listen_http].nil?}
256
- options += " --config-from #{File.join(config[:root_path], 'config/')}" if config[:override_package_config]}
254
+ options += " --config-from #{File.join(config[:root_path], 'config/')}" if config[:override_package_config]
257
255
  options += config[:hab_sup_bind].map { |b| " --bind #{b}" }.join(" ") if config[:hab_sup_bind].any?
258
256
  options += config[:hab_sup_peer].map { |p| " --peer #{p}" }.join(" ") if config[:hab_sup_peer].any?
259
257
  options += " --group #{config[:hab_sup_group]}" unless config[:hab_sup_group].nil?
@@ -1,5 +1,5 @@
1
1
  module Kitchen
2
2
  module Habitat
3
- VERSION = "0.3.0".freeze
3
+ VERSION = "0.3.1".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-habitat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Murawski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-04 00:00:00.000000000 Z
11
+ date: 2017-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-kitchen