]> git.openstreetmap.org Git - chef.git/commitdiff
Deploy welcome.openstreetmap.org on naga
authorTom Hughes <tom@compton.nu>
Sat, 11 Feb 2023 17:19:44 +0000 (17:19 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 11 Feb 2023 17:21:19 +0000 (17:21 +0000)
roles/naga.rb

index 280afe21ee8fd36cd1772301a0db95da79c9537d..f9825203417edff00e1c2b71c489ab09312722e7 100644 (file)
@@ -39,5 +39,6 @@ run_list(
   "role[trac]",
   "role[irc]",
   "role[blogs]",
-  "role[munin]"
+  "role[munin]",
+  "recipe[foundation::welcome]"
 )