Merge branch 'disable_gce_plugin' into 'master'

Disable gce plugin

Temporary fix for the issue #422 and https://github.com/chef/ohai/issues/382

See merge request !281
This commit is contained in:
Marin Jankovski 2015-02-13 23:13:37 +00:00
commit 35b7b89c78
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ file_cache_path "#{CURRENT_PATH}/cache"
cookbook_path CURRENT_PATH
verbose_logging false
ssl_verify_mode :verify_peer
Ohai::Config[:disabled_plugins] = [:GCE]