]> git.openstreetmap.org Git - chef.git/blob - roles/ffrl.rb
split configuration in two, include new templates
[chef.git] / roles / ffrl.rb
1 name "ffrl"
2 description "Role applied to all servers at Freifunk Rheinland"
3
4 default_attributes(
5   :hosted_by => "Freifunk Rheinland",
6   :location => "Berlin, Germany"
7 )
8
9 override_attributes(
10   :ntp => {
11     :servers => ["0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org"]
12   }
13 )
14
15 run_list(
16   "role[de]"
17 )