From 84ff59535f15000a41ee4b24d524e6556d0f2452 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 11 Mar 2022 23:04:43 +0000 Subject: [PATCH] Switch community role from lockheed -> jakelong --- roles/jakelong.rb | 1 + roles/lockheed.rb | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/jakelong.rb b/roles/jakelong.rb index b346657e5..e2e54bd45 100644 --- a/roles/jakelong.rb +++ b/roles/jakelong.rb @@ -39,5 +39,6 @@ default_attributes( run_list( "role[equinix-dub]", "role[hp-dl360e-g8]", + "role[community]", "recipe[dhcpd]" ) diff --git a/roles/lockheed.rb b/roles/lockheed.rb index 6fc5cc7df..4f37bfd85 100644 --- a/roles/lockheed.rb +++ b/roles/lockheed.rb @@ -31,6 +31,5 @@ default_attributes( ) run_list( - "role[equinix-ams]", - "role[community]" + "role[equinix-ams]" ) -- 2.39.5