diff options
author | danielsdeleo <dan@opscode.com> | 2013-01-22 10:08:52 -0800 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2013-01-22 10:08:52 -0800 |
commit | 7c6e10eac92d8e638953a70dd41cfac77cb366cd (patch) | |
tree | 94ad39357bdb2955562bb03af71daa65279fd9ca /spec/data | |
parent | b27711ae64fd576b7bedc1e0818557481cb3853a (diff) | |
download | chef-7c6e10eac92d8e638953a70dd41cfac77cb366cd.tar.gz |
remove even more ohai plugins from chef-shell test
Diffstat (limited to 'spec/data')
-rw-r--r-- | spec/data/shef-config.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/data/shef-config.rb b/spec/data/shef-config.rb index b5b78a9ef5..3c3ae9045a 100644 --- a/spec/data/shef-config.rb +++ b/spec/data/shef-config.rb @@ -6,4 +6,5 @@ Ohai::Config[:disabled_plugins] << "linux::cpu" << "linux::memory" << "ec2" << " Ohai::Config[:disabled_plugins] << "solaris2::cpu" << "solaris2::dmi" << "solaris2::filesystem" << "solaris2::kernel" Ohai::Config[:disabled_plugins] << "solaris2::virtualization" << "solaris2::zpools" Ohai::Config[:disabled_plugins] << 'c' << 'php' << 'mono' << 'groovy' << 'lua' << 'erlang' +Ohai::Config[:disabled_plugins] << "kernel" << "linux::filesystem" << "ruby" |