Skip to content
Snippets Groups Projects
Commit a762acd2 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Disable ec2 plugin.

parent 4f3b227f
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@
- 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
......
......@@ -3,4 +3,4 @@
cookbook_path CURRENT_PATH
verbose_logging false
ssl_verify_mode :verify_peer
Ohai::Config[:disabled_plugins] = [:GCE]
Ohai::Config[:disabled_plugins] = [:GCE, :EC2]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment