From 43bd6f07b5ec743b1a8521385b43e0e4324f595a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 21 May 2020 12:25:39 +0100 Subject: [PATCH] Add hp-g9 role to stormfly-03 and stormfly-04 --- roles/stormfly-03.rb | 3 ++- roles/stormfly-04.rb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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]" ) -- 2.39.5