]> git.openstreetmap.org Git - chef.git/commitdiff
Switch community role from lockheed -> jakelong
authorGrant Slater <git@firefishy.com>
Fri, 11 Mar 2022 23:04:43 +0000 (23:04 +0000)
committerGrant Slater <git@firefishy.com>
Fri, 11 Mar 2022 23:07:59 +0000 (23:07 +0000)
roles/jakelong.rb
roles/lockheed.rb

index b346657e5c4dd1edd2aefe5fb9c331dde8c6dde4..e2e54bd450fb2b9baeace8ca020264fcc6f560f4 100644 (file)
@@ -39,5 +39,6 @@ default_attributes(
 run_list(
   "role[equinix-dub]",
   "role[hp-dl360e-g8]",
+  "role[community]",
   "recipe[dhcpd]"
 )
index 6fc5cc7dfbc1c2ae508c0e3fb4815f1d70f0e25a..4f37bfd852f1de9f6c946cdf021a90c222d73c20 100644 (file)
@@ -31,6 +31,5 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix-ams]",
-  "role[community]"
+  "role[equinix-ams]"
 )