blob: e74eedba0f831c6f1c893306d3aa8727da4047b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
maintainer "Opscode, Inc."
maintainer_email "cookbooks@opscode.com"
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
attribute "quick_start/deep_thought",
:display_name => "Quick Start Deep Thought",
:description => "A deep thought",
:default => "If a tree falls in the forest..."
|