knife-easybake 0.0.10 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -106,9 +106,12 @@ current_dir = File.dirname(__FILE__)
106
106
  require 'socket'
107
107
  log_level :info
108
108
  log_location STDOUT
109
- validation_client_name "#{organization}-validator"
109
+ validation_key "#{organization}-validator"
110
110
  chef_server_url "#{Chef::Config[:api_server_url]}/organizations/#{organization}"
111
111
  client_key "\#{current_dir}/\#{Socket.gethostname}.pem"
112
+ cache_type 'BasicFile'
113
+ cache_options( :path => "#{ENV['HOME']}/.chef/checksums" )
114
+ cookbook_path [\"#{current_dir}/../cookbooks\"]
112
115
  EOM
113
116
  # end
114
117
 
@@ -1,3 +1,3 @@
1
1
  module KnifeEasybake
2
- VERSION = "0.0.10"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-easybake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-28 00:00:00.000000000 Z
12
+ date: 2013-04-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mechanize