]> git.openstreetmap.org Git - chef.git/commitdiff
Enable dhcpd on fafnir
authorTom Hughes <tom@compton.nu>
Sat, 25 Sep 2021 23:53:27 +0000 (00:53 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 25 Sep 2021 23:53:27 +0000 (00:53 +0100)
roles/fafnir.rb

index a32b087b2e278d8fd2d356ca28facced0158ec40..623717afb7511376687a084edb9c0c76683c0c16 100644 (file)
@@ -42,5 +42,6 @@ run_list(
   "role[equinix-dub]",
   "role[hp-g9]",
   "role[gateway]",
-  "role[web-storage]"
+  "role[web-storage]",
+  "recipe[dhcpd]"
 )