From: Tom Hughes Date: Sat, 25 Sep 2021 23:53:27 +0000 (+0100) Subject: Enable dhcpd on fafnir X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/21208343c78faa1df26fed7d5c51c9182f349552 Enable dhcpd on fafnir --- diff --git a/roles/fafnir.rb b/roles/fafnir.rb index a32b087b2..623717afb 100644 --- a/roles/fafnir.rb +++ b/roles/fafnir.rb @@ -42,5 +42,6 @@ run_list( "role[equinix-dub]", "role[hp-g9]", "role[gateway]", - "role[web-storage]" + "role[web-storage]", + "recipe[dhcpd]" )