]> git.openstreetmap.org Git - chef.git/blob - roles/dotsrc.rb
Add role for firnen
[chef.git] / roles / dotsrc.rb
1 name "dotsrc"
2 description "Role applied to all servers at dotsrc.org"
3
4 default_attributes(
5   :hosted_by => "dotsrc.org",
6   :location => "Aalborg, Denmark"
7 )
8
9 override_attributes(
10   :ntp => {
11     :servers => ["0.dk.pool.ntp.org", "1.dk.pool.ntp.org", "europe.pool.ntp.org"]
12   }
13 )
14
15 run_list(
16   "role[dk]"
17 )