# File lib/chef/knife/solo_cook.rb, line 166 def expanded_config_paths(key) Array(Chef::Config[key]).map { |path| expand_path path } end