description "Role applied to all servers at UCL"
default_attributes(
+ :chef => {
+ :client => {
+ :version => "13.6.4"
+ }
+ },
:location => "Slough, England",
:networking => {
:roles => {
:search => ["ucl.openstreetmap.org", "openstreetmap.org"]
},
:ntp => {
- :servers => ["0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org"]
+ :servers => ["ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk"]
}
)