]> git.openstreetmap.org Git - chef.git/commitdiff
Enable atlas cookbook on piasa master
authorGrant Slater <github@firefishy.com>
Fri, 30 Jan 2026 20:00:04 +0000 (20:00 +0000)
committerGrant Slater <github@firefishy.com>
Fri, 30 Jan 2026 20:00:04 +0000 (20:00 +0000)
roles/piasa.rb

index 667f3024206952e10787f77b0a65ab43a4131e26..f54a453028654d935e5a79456f27992a50745a11 100644 (file)
@@ -132,5 +132,6 @@ default_attributes(
 
 run_list(
   "role[osuosl]",
-  "role[tile]"
+  "role[tile]",
+  "recipe[atlas]"
 )