diff options
author | Salim Afiune <afiune@chef.io> | 2017-03-13 11:11:11 -0400 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2017-03-17 11:46:12 -0500 |
commit | b05a1fedf2993a26139e8ac8d0242c97e7c21351 (patch) | |
tree | b0dcd01dda0ab89c306caafa4d58793d03fe3342 /spec/data | |
parent | 8dffb0360593377710a2b71ae6493ed6bb30acd7 (diff) | |
download | chef-b05a1fedf2993a26139e8ac8d0242c97e7c21351.tar.gz |
Add Shell SoloSession tests
Signed-off-by: Salim Afiune <afiune@chef.io>
Diffstat (limited to 'spec/data')
-rw-r--r-- | spec/data/shef-config.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/data/shef-config.rb b/spec/data/shef-config.rb index 02d3610e55..efd601d6d8 100644 --- a/spec/data/shef-config.rb +++ b/spec/data/shef-config.rb @@ -7,3 +7,5 @@ ohai[:disabled_plugins] << "solaris2::cpu" << "solaris2::dmi" << "solaris2::file ohai[:disabled_plugins] << "solaris2::virtualization" << "solaris2::zpools" ohai[:disabled_plugins] << "c" << "php" << "mono" << "groovy" << "lua" << "erlang" ohai[:disabled_plugins] << "kernel" << "linux::filesystem" << "ruby" +chef_repo_path File.dirname(__FILE__) +cookbook_path "#{chef_repo_path}/cookbooks" |