]> git.openstreetmap.org Git - chef.git/blob - roles/blog-staging.rb
Add birthday20 wordpress dev site
[chef.git] / roles / blog-staging.rb
1 name "blog-staging"
2 description "Role applied to staging blog 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::staging]"
19 # )