]> git.openstreetmap.org Git - chef.git/commitdiff
Move lockheed roles to naga
authorGrant Slater <github@firefishy.com>
Mon, 5 Dec 2022 22:30:26 +0000 (22:30 +0000)
committerGrant Slater <github@firefishy.com>
Mon, 5 Dec 2022 22:30:26 +0000 (22:30 +0000)
roles/lockheed.rb
roles/naga.rb

index 36e89852c7d2d244e5cbc2adfe92e1a2b81c21ad..9b4ad335fdbb98b5a916317ea0223bedc7a839a6 100644 (file)
@@ -34,9 +34,5 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix-ams]",
-  "role[subversion]",
-  "role[trac]",
-  "role[irc]",
-  "role[blogs]"
+  "role[equinix-ams]"
 )
index 01a0d080396bc11d902161122a11f3c20460ae87..f69f91d531950aab324e568dbe9f320bf3d2ff38 100644 (file)
@@ -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]"
 )