]> git.openstreetmap.org Git - chef.git/blob - roles/blog-staging.rb
foundation: use default mediawiki version
[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     },
9     :groups => {
10       :wordpress => {
11         :members => [:mikel]
12       }
13     },
14   }
15 )
16
17 run_list(
18   "recipe[blog::staging]"
19 )