Last active
December 28, 2015 21:39
-
-
Save tcotav/7566353 to your computer and use it in GitHub Desktop.
Ohai Plugin config to disable irrelevant or poorly performing plugins on windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ohai::Config::disabled_plugins= [ | |
# | |
# add to client.rb file -- c:\chef\client.rb | |
# | |
# ref: http://www.slideshare.net/opscode/chef-conf-windowsdougireton # slide 30 | |
# ohai plugins that have poor perf or are irrelevant to windows | |
# | |
"c", "cloud", "ec2", "rackspace", "eucalyptus", "command", "dmi", "dmi_common", | |
"erlang", "groovy", "ip_scopes", "java", "keys", "lua", "mono", "network_listeners", | |
"passwd", "perl", "php", "python", "ssh_host_key", "uptime", "virtualization", | |
"windows::virtualization", "windows::kernel_devices" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment