From: Tom Hughes Date: Mon, 16 Feb 2015 13:56:26 +0000 (+0000) Subject: Apply hp-g6 role to urmel and eustace X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/60ea9845c1c961e7ea4bccfa46133aa78bca8d91?ds=sidebyside Apply hp-g6 role to urmel and eustace --- diff --git a/roles/eustace.rb b/roles/eustace.rb index 3a4c6fc7f..ccba625c9 100644 --- a/roles/eustace.rb +++ b/roles/eustace.rb @@ -22,5 +22,6 @@ default_attributes( run_list( "role[ucl-wolfson]", + "role[hp-g6]", "role[piwik]" ) diff --git a/roles/urmel.rb b/roles/urmel.rb index ee8635986..5c5102333 100644 --- a/roles/urmel.rb +++ b/roles/urmel.rb @@ -22,6 +22,6 @@ default_attributes( run_list( "role[ucl-wolfson]", - "role[hp-g5]", + "role[hp-g6]", "role[munin]" )