]> git.openstreetmap.org Git - chef.git/blob - roles/stormfly-02.rb
get rid of multiviews and locationmatch to make apache 2,4 happy
[chef.git] / roles / stormfly-02.rb
1 name "stormfly-02"
2 description "Master role applied to stormfly-02"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :external_ipv4 => {
8         :interface => "em1",
9         :role => :external,
10         :family => :inet,
11         :address => "140.211.167.105"
12       }
13     }
14   }
15 )
16
17 run_list(
18   "role[osuosl]",
19   "role[hp-g6]"
20 )