]> git.openstreetmap.org Git - chef.git/blob - roles/ovh-ca.rb
Revert "nominatim: disable redirects to poldi"
[chef.git] / roles / ovh-ca.rb
1 name "ovh-ca"
2 description "Role applied to all servers at OVH CA"
3
4 override_attributes(
5   :ntp => {
6     :servers => ["0.ca.pool.ntp.org", "1.ca.pool.ntp.org", "north-america.pool.ntp.org"]
7   }
8 )
9
10 run_list(
11   "role[ca]",
12   "role[ovh]"
13 )