itamae 1.0.0.beta48 → 1.0.0.beta49

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: ea6504545b5ef08cb42d0606a9231f2bcfc0cf73
4
- data.tar.gz: 5e66a3f2870bb81b3a8eace424d8e6b9d3084df0
3
+ metadata.gz: 2b37f53d2a4a61e4cd6c8dd6a2693f288ce8da97
4
+ data.tar.gz: 110468b24b81c63dc09d2106d4da354db4ab9d8f
5
5
  SHA512:
6
- metadata.gz: 275ce2988ae1ea0071f1c3b2def47808c8a6664e59acce0a2fc4c68c0ce798ff2e2659a76194957219cd14bcf406498b47facb9879c816c1d229a04dbaa79579
7
- data.tar.gz: 3d90b5e3229cd87e019ffc4b433dadba069ff6437db0089ef71d6af885e88c932d18bf0d7ee6914187645472d1e45024edfdb92c151506372245226bdf4b1789
6
+ metadata.gz: 8ad905062073bbab497a56175390a6222853977fad875c23c045739222d4b2b70bfd8283be962e050172e0e661eaa01a1ce7e91b1bbb9f83fd34f43f6c033ac0
7
+ data.tar.gz: 3bf7eb7d3e69ad208bb98ccc1f21338da49c52d1dab5fba7741826300a4e44ffa4b9f0e61ff6e45bce22fe37a17838916f5bd1355d26e473d69060d3d812e345
data/lib/itamae/runner.rb CHANGED
@@ -20,9 +20,9 @@ module Itamae
20
20
 
21
21
  if options[:ohai]
22
22
  unless Backend.instance.run_command("which ohai", error: false).exit_status == 0
23
- # install Chef (I'd like to replace Ohai with single binary...)
24
- Logger.info "Installing Chef to use Ohai..."
25
- Backend.instance.run_command("curl -L https://www.opscode.com/chef/install.sh | bash")
23
+ # install Ohai
24
+ Logger.info "Installing ohai gem..."
25
+ Backend.instance.run_command("gem install ohai --no-ri --no-rdoc")
26
26
  end
27
27
 
28
28
  Logger.info "Loading node data via ohai..."
@@ -1 +1 @@
1
- 1.0.0.beta48
1
+ 1.0.0.beta49
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta48
4
+ version: 1.0.0.beta49
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryota Arai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-11 00:00:00.000000000 Z
11
+ date: 2014-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor