]> git.openstreetmap.org Git - chef.git/blob - roles/thinkup.rb
Defer evaluation of an edited file's contents
[chef.git] / roles / thinkup.rb
1 name "thinkup"
2 description "Role applied to all ThinkUp servers"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :thinkup => { :status => :role }
8     }
9   },
10   :apache => {
11     :mpm => "prefork",
12   }
13 )
14
15 run_list(
16   "recipe[thinkup]"
17 )