blob: e7ae9d17492638590c7c5927c6ab5284df6462b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
maintainer "Chef Software, Inc."
maintainer_email "cookbooks@chef.io"
license "Apache 2.0"
description "Example cookbook for quick_start wiki document"
version "0.7"
%w{
redhat fedora centos
ubuntu debian
macosx freebsd openbsd
solaris
}.each do |os|
supports os
end
|