X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4309a773e76135f90d089f7693212558ccbcda7f..9c69d3d41616820e83728ca063fbf7f62562d932:/roles/urmel.rb diff --git a/roles/urmel.rb b/roles/urmel.rb index 813dae060..9b762e4e1 100644 --- a/roles/urmel.rb +++ b/roles/urmel.rb @@ -2,11 +2,6 @@ name "urmel" description "Master role applied to urmel" default_attributes( - :chef => { - :client => { - :version => "12.1.2-1" - } - }, :networking => { :interfaces => { :internal_ipv4 => { @@ -19,14 +14,14 @@ default_attributes( :interface => "eth1", :role => :external, :family => :inet, - :address => "128.40.45.207" + :address => "193.60.236.21" } } } ) run_list( - "role[ucl-wolfson]", - "role[hp-g6]", + "role[ucl-slough]", + "role[hp-dl360-g6]", "role[munin]" )