X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1d5e5b5d549609dd853bc8e9c7176f5b7c96dca6..43ac33e14359233612376a19c7f47903228d6639:/roles/noquiklos.rb diff --git a/roles/noquiklos.rb b/roles/noquiklos.rb index 465424116..c25793648 100644 --- a/roles/noquiklos.rb +++ b/roles/noquiklos.rb @@ -2,6 +2,11 @@ name "noquiklos" description "Master role applied to noquiklos" default_attributes( + :chef => { + :client => { + :version => "12.1.2-1" + } + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -14,13 +19,14 @@ default_attributes( :interface => "eth1", :role => :external, :family => :inet, - :address => "128.40.168.99" + :address => "128.40.45.201" } } } ) run_list( - "role[ucl-internal]", - "role[gpx-tile]" + "role[ucl-wolfson]", + "role[hp-g6]", + "role[gps-tile]" )