From 4f581378f4dfdd9cb5a357b6324985d1d53f9663 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 25 Mar 2022 22:30:21 +0000 Subject: [PATCH] Add planet role to horntail and norbert --- roles/horntail.rb | 3 ++- roles/norbert.rb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/horntail.rb b/roles/horntail.rb index b1508edb4..a7a4cc783 100644 --- a/roles/horntail.rb +++ b/roles/horntail.rb @@ -33,5 +33,6 @@ default_attributes( ) run_list( - "role[equinix-dub]" + "role[equinix-dub]", + "role[planet]" ) diff --git a/roles/norbert.rb b/roles/norbert.rb index 453b4b76a..3cfe2ba37 100644 --- a/roles/norbert.rb +++ b/roles/norbert.rb @@ -31,5 +31,6 @@ default_attributes( ) run_list( - "role[equinix-ams]" + "role[equinix-ams]", + "role[planet]" ) -- 2.43.2