]> git.openstreetmap.org Git - chef.git/blob - roles/unizar.rb
Version bump cividiscount
[chef.git] / roles / unizar.rb
1 name "unizar"
2 description "Role applied to all servers at University of Zaragoza"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :osluz => { :status => :administrator }
8     }
9   },
10   :hosted_by => "University of Zaragoza",
11   :location => "Zaragoza, Spain"
12 )
13
14 override_attributes(
15   :ntp => {
16     :servers => ["0.es.pool.ntp.org", "1.es.pool.ntp.org", "europe.pool.ntp.org"]
17   }
18 )
19
20 run_list(
21   "role[es]"
22 )