diff options
author | Tim Smith <tsmith@chef.io> | 2017-09-15 16:30:39 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-09-18 10:10:55 -0700 |
commit | d65f47592e5fd81f2e813e9cf57b59f1226b8132 (patch) | |
tree | 503e50cc939a2e42159e4bc4e6f5895a79b014b4 /kitchen-tests/cookbooks | |
parent | 0fef46bf2d5127d658c7705c9a9c8759f7b538af (diff) | |
download | chef-d65f47592e5fd81f2e813e9cf57b59f1226b8132.tar.gz |
Add metadata a normal cookbook would have
Might as well test it all
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/cookbooks')
-rw-r--r-- | kitchen-tests/cookbooks/base/metadata.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kitchen-tests/cookbooks/base/metadata.rb b/kitchen-tests/cookbooks/base/metadata.rb index d29665d598..9a85a0e24b 100644 --- a/kitchen-tests/cookbooks/base/metadata.rb +++ b/kitchen-tests/cookbooks/base/metadata.rb @@ -22,3 +22,14 @@ depends "selinux" depends "sudo" depends "ubuntu" depends "users" + +supports "ubuntu" +supports "debian" +supports "redhat" +supports "opensuse" +supports "fedora" +supports "amazon" + +chef_version ">= 13" +issues_url "https://github.com/chef/chef/issues" +source_url "https://github.com/chef/chef" |