X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dbfe66d5c438af1b566ace0704631f40ae7cc050..45ba56b532e7709f876e82e289a8609afb3283f8:/roles/noquiklos.rb diff --git a/roles/noquiklos.rb b/roles/noquiklos.rb index 8d62e6076..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-wates]", + "role[ucl-wolfson]", + "role[hp-g6]", "role[gps-tile]" )