From: Tom Hughes Date: Fri, 25 Mar 2022 22:30:21 +0000 (+0000) Subject: Add planet role to horntail and norbert X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/4f581378f4dfdd9cb5a357b6324985d1d53f9663?ds=sidebyside Add planet role to horntail and norbert --- 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]" )