]> git.openstreetmap.org Git - chef.git/blob - roles/scaleway.rb
foundation: use default mediawiki version
[chef.git] / roles / scaleway.rb
1 name "scaleway"
2 description "Role applied to all servers at Scaleway"
3
4 default_attributes(
5   :hosted_by => "Scaleway",
6   :location => "Paris, France"
7 )
8
9 override_attributes(
10   :networking => {
11     :nameservers => ["62.210.16.6", "62.210.16.7"]
12   }
13 )
14
15 run_list(
16   "role[fr]"
17 )