]> git.openstreetmap.org Git - chef.git/commitdiff
Move subversion, trac and irc to lockheed
authorGrant Slater <git@firefishy.com>
Fri, 22 Jul 2022 15:43:23 +0000 (18:43 +0300)
committerGrant Slater <git@firefishy.com>
Fri, 22 Jul 2022 15:43:46 +0000 (18:43 +0300)
roles/lockheed.rb
roles/shenron.rb

index 4f37bfd852f1de9f6c946cdf021a90c222d73c20..3b17846b50f10fa136ec1a4d4da669682a267dad 100644 (file)
@@ -31,5 +31,8 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix-ams]"
+  "role[equinix-ams]",
+  "role[subversion]",
+  "role[trac]",
+  "role[irc]"
 )
index 27a10f9c1af6bc77a0938df456c0fd8b8e0996cb..a7b9544a30a1354ea5ae8257d6bd78f0e0dfbb86 100644 (file)
@@ -56,9 +56,6 @@ run_list(
   "role[bytemark]",
   "role[mail]",
   "role[lists]",
-  "role[subversion]",
-  "role[trac]",
   "role[osqa]",
-  "role[irc]",
   "recipe[blogs]"
 )