From: Grant Slater Date: Fri, 30 Jan 2026 20:00:04 +0000 (+0000) Subject: Enable atlas cookbook on piasa X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain Enable atlas cookbook on piasa --- diff --git a/roles/piasa.rb b/roles/piasa.rb index 667f30242..f54a45302 100644 --- a/roles/piasa.rb +++ b/roles/piasa.rb @@ -132,5 +132,6 @@ default_attributes( run_list( "role[osuosl]", - "role[tile]" + "role[tile]", + "recipe[atlas]" )