open-dock 0.1.16 → 0.1.17

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: c22ce4059164af959b5867a27631be64396358ff
4
- data.tar.gz: 8a000c8159f66bcaa581b3d3b0aa7f929ebd7270
3
+ metadata.gz: 08522d36d0617c00e2a3285f514b9bc112c30907
4
+ data.tar.gz: 1a320e0b31eabfc238e37742ca0f913f27560e93
5
5
  SHA512:
6
- metadata.gz: 9c9de7c4ac007b7974c62f037bd893308703884042cc2fe11430ef323c2c6183cf6c4df763c3b94a2a234a9c9427f0a22f5c39741d3fadd58bf907f3c10dc577
7
- data.tar.gz: 745de887326fd567c217efed43579a965b84e2b578fc66d01c3a838034205c010335f6f07fb4ee06ed3ad9c3be6d0e5b0856527c0ef0b0ac7f2df3254b3d2486
6
+ metadata.gz: 258ecbecce065702b23f53bf9d280ce9944c868310ea4aee204f80baa3a7d8fff3cee4d043e08f0f243583539ebcbb741138c5564dc339908a13081adf6812c9
7
+ data.tar.gz: 65e4e7d557101a9efdc9a0286c8a16489ffb83d844a78a1aceee83f2050a7fb621274802b52d62376eea6feccace024b7123931b041a2c30b1b65862ffdd2d5f
@@ -7,13 +7,13 @@ command :configure do |c|
7
7
  c.action do |args, options|
8
8
  options.default container: 'all'
9
9
  host = args[0]
10
- containers = Docker::containers_for(host)
11
10
 
12
11
  if File.exists? "#{Ops::NODES_DIR}/#{host}.json" # Not a container ship
13
12
  user = Ops::get_user_for(host)
14
13
  Chef::install(user, host)
15
14
  Chef::cook(user, host)
16
15
  else
16
+ containers = Docker::containers_for(host)
17
17
  user = Ops::DEFAULT_USER
18
18
  if options.container == "all"
19
19
  containers.each do |container_name, config|
@@ -1,3 +1,3 @@
1
1
  module OpenDock
2
- VERSION = "0.1.16"
2
+ VERSION = "0.1.17"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: open-dock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Lebrijo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-11 00:00:00.000000000 Z
11
+ date: 2015-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler