]> git.openstreetmap.org Git - chef.git/commitdiff
Add taginfo role to tabaluga
authorGrant Slater <github@firefishy.com>
Fri, 1 Nov 2024 16:47:12 +0000 (16:47 +0000)
committerGrant Slater <github@firefishy.com>
Fri, 1 Nov 2024 16:47:12 +0000 (16:47 +0000)
roles/tabaluga.rb

index c891fa8948c6012c3902d8102a643d64019f1fa1..3667d73dfaea8a1fccbbe81ebda6e711218a8133 100644 (file)
@@ -34,5 +34,6 @@ default_attributes(
 run_list(
   "role[equinix-ams]",
   "role[hp-g9]",
-  "role[blog-staging]"
+  "role[blog-staging]",
+  "role[taginfo]"
 )