X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/06d02b06b5618a0e5cca6013e523d03351ea975c..a4e98a39669d82fc53a3d7f3fcc65689c05cc6cd:/roles/grisu.rb diff --git a/roles/grisu.rb b/roles/grisu.rb index a5a9e1d4a..749be40e2 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -15,7 +15,7 @@ default_attributes( :interface => "em1", :role => :external, :family => :inet6, - :address => "2001:630:12:500:dad3:85ff:fe5d:a7a0" + :address => "2001:630:12:500:dad3:85ff:fe5d:87a0" }, :internal_ipv4 => { :interface => "em2", @@ -29,5 +29,6 @@ default_attributes( ) run_list( - "role[ic]" + "role[ic]", + "role[hp-dl180-g6]" )