]> git.openstreetmap.org Git - chef.git/blob - roles/exonetric.rb
Use the correct ruby when delivering messages
[chef.git] / roles / exonetric.rb
1 name "exonetric"
2 description "Role applied to all servers at Exonetric"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :hatter => { :status => :administrator }
8     }
9   },
10   :networking => {
11     :roles => {
12       :external => {
13         :zone => "ex"
14       }
15     }
16   }
17 )
18
19 run_list(
20   "role[gb]"
21 )