]> git.openstreetmap.org Git - chef.git/blob - roles/birthday20.rb
Remove ohai plugin cleanup code
[chef.git] / roles / birthday20.rb
1 name "birthday20"
2 description "Role applied to birthday20 servers"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :mikel => { :status => :administrator },
8       :wordpress => {
9         :status => :role,
10         :members => [:mikel]
11       }
12     },
13   }
14 )
15
16 # FIXME: Disable while site under development
17 # run_list(
18 #   "recipe[blog::birthday]"
19 # )