]> git.openstreetmap.org Git - chef.git/blob - roles/epix.rb
foundation: use default mediawiki version
[chef.git] / roles / epix.rb
1 name "epix"
2 description "Role applied to all servers at EPIX"
3
4 default_attributes(
5   :hosted_by => "EPIX",
6   :location => "Katowice, Poland"
7 )
8
9 run_list(
10   "role[pl]"
11 )