Disable ec2 plugin.

This commit is contained in:
Marin Jankovski 2015-05-11 09:43:14 +02:00
parent 87c8cd8a57
commit 70ba5285e1
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ omnibus-gitlab repository.
- Update omnibus-ctl version to 0.3.4 b5972560c801bc22658d459ad00fa4f33a6c34d2
- Try to detect init system in use on Debian (nextime) 7dd0234c19616e1cbe0656e55ef8a53be3fe882b
- Devuan support added in runit (nextime) 7dd0234c19616e1cbe0656e55ef8a53be3fe882b
- Disable EC2 plugin
7.9.0

View File

@ -3,4 +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]
Ohai::Config[:disabled_plugins] = [:GCE, :EC2]