From: Tom Hughes Date: Thu, 21 May 2020 11:25:39 +0000 (+0100) Subject: Add hp-g9 role to stormfly-03 and stormfly-04 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/43bd6f07b5ec743b1a8521385b43e0e4324f595a?ds=sidebyside Add hp-g9 role to stormfly-03 and stormfly-04 --- diff --git a/roles/stormfly-03.rb b/roles/stormfly-03.rb index 31f5d3d16..5b300590a 100644 --- a/roles/stormfly-03.rb +++ b/roles/stormfly-03.rb @@ -21,5 +21,6 @@ default_attributes( ) run_list( - "role[osuosl]" + "role[osuosl]", + "role[hp-g9]" ) diff --git a/roles/stormfly-04.rb b/roles/stormfly-04.rb index 20a55a973..941b67d89 100644 --- a/roles/stormfly-04.rb +++ b/roles/stormfly-04.rb @@ -21,5 +21,6 @@ default_attributes( ) run_list( - "role[osuosl]" + "role[osuosl]", + "role[hp-g9]" )