]> git.openstreetmap.org Git - chef.git/blob - roles/paulla.rb
get rid of multiviews and locationmatch to make apache 2,4 happy
[chef.git] / roles / paulla.rb
1 name "paulla"
2 description "Role applied to all servers at PauLLA"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :redfox => { :status => :administrator },
8       :jpcw => { :status => :administrator }
9     }
10   },
11   :munin => {
12     :allow => [ "10.64.1.11" ]
13   },
14   :networking => {
15     :nameservers => [ "10.64.1.42", "194.167.156.13", "10.64.1.3" ],
16     :roles => {
17       :external => {
18         :zone => "pa"
19       }
20     }
21   }
22 )
23
24 override_attributes(
25   :ntp => {
26     :servers => [ "cannelle.paulla.asso.fr" ]
27   }
28 )
29
30 run_list(
31   "role[fr]"
32 )