From 38afacb3e9601854ac020f45cc4414ce21e3bc7f Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 5 Dec 2022 22:30:26 +0000 Subject: [PATCH] Move lockheed roles to naga --- roles/lockheed.rb | 6 +----- roles/naga.rb | 6 +++++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/lockheed.rb b/roles/lockheed.rb index 36e89852c..9b4ad335f 100644 --- a/roles/lockheed.rb +++ b/roles/lockheed.rb @@ -34,9 +34,5 @@ default_attributes( ) run_list( - "role[equinix-ams]", - "role[subversion]", - "role[trac]", - "role[irc]", - "role[blogs]" + "role[equinix-ams]" ) diff --git a/roles/naga.rb b/roles/naga.rb index 01a0d0803..f69f91d53 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -34,5 +34,9 @@ default_attributes( run_list( "role[equinix-dub]", - "role[hp-g9]" + "role[hp-g9]", + "role[subversion]", + "role[trac]", + "role[irc]", + "role[blogs]" ) -- 2.43.2