X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..b8cf59b1443e4efad7b9b75cee089394f03eaa33:/roles/ic.rb diff --git a/roles/ic.rb b/roles/ic.rb index 369380956..2e63557d2 100644 --- a/roles/ic.rb +++ b/roles/ic.rb @@ -8,12 +8,12 @@ default_attributes( } }, :networking => { - :nameservers => [ "146.179.159.164" ], + :nameservers => ["146.179.159.177"], :roles => { :internal => { :inet => { :prefix => "27", - :gateway => "146.179.159.164" + :gateway => "146.179.159.177" } }, :external => { @@ -33,10 +33,10 @@ default_attributes( override_attributes( :networking => { - :search => [ "ic.openstreetmap.org", "openstreetmap.org" ] + :search => ["ic.openstreetmap.org", "openstreetmap.org"] }, :ntp => { - :servers => [ "0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org" ] + :servers => ["0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org"] } )