]> git.openstreetmap.org Git - chef.git/commitdiff
Remove serverinfo recipe from sarel
authorTom Hughes <tom@compton.nu>
Thu, 6 Oct 2022 19:54:29 +0000 (20:54 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 6 Oct 2022 19:54:29 +0000 (20:54 +0100)
roles/sarel.rb

index ab1bf393b259706a5a450e7336db8d71a1cb9cfb..773a474390cb33eaed0d893cd47e58962c0f73b2 100644 (file)
@@ -38,6 +38,5 @@ run_list(
   "role[chef-repository]",
   "role[letsencrypt]",
   "role[git]",
-  "role[dns]",
-  "recipe[serverinfo]"
+  "role[dns]"
 )