knife-vagrant 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/chef/knife/vagrant_test.rb +0 -1
  2. metadata +2 -2
@@ -95,7 +95,6 @@ module KnifePlugins
95
95
  chef.validation_key_path = "#{Chef::Config[:validation_key]}"
96
96
  chef.validation_client_name = "#{Chef::Config[:validation_client_name]}"
97
97
  chef.node_name = "#{config[:hostname]}"
98
- chef.provisioning_path = "#{Chef::Config[:provisioning_path]}"
99
98
  chef.log_level = :#{config[:chef_loglevel].downcase}
100
99
  chef.environment = "#{Chef::Config[:environment]}"
101
100
  chef.run_list = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-vagrant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
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: 2012-06-01 00:00:00.000000000 Z
12
+ date: 2012-08-24 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: knife-vagrant, a knife plugin that will create a Vagrant box, then run
15
15
  a set of Chef recipes in it.