]> git.openstreetmap.org Git - chef.git/blob - roles/firefishynet.rb
Bring replication diffs under chef control
[chef.git] / roles / firefishynet.rb
1 name "firefishynet"
2 description "Role applied to all servers at Firefishy"
3
4 default_attributes(
5   :networking => {
6     :nameservers => [ "8.8.8.8", "8.8.4.4" ],
7     :roles => {
8       :external => {
9         :zone => "ff"
10       }
11     }
12   }
13 )
14
15 run_list(
16   "role[gb]"
17 )