diff options
Diffstat (limited to 'spec/data/config.rb')
-rw-r--r-- | spec/data/config.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/data/config.rb b/spec/data/config.rb new file mode 100644 index 0000000000..0b3340ce57 --- /dev/null +++ b/spec/data/config.rb @@ -0,0 +1,6 @@ +# +# Sample Chef Config File +# + +cookbook_path "/etc/chef/cookbook", "/etc/chef/site-cookbook" + |