From: Tom Hughes Date: Sun, 25 Sep 2022 08:53:30 +0000 (+0100) Subject: Add mail role to fafnir X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/a4ede616a7917545919ebc4e42a5c1aa78afff55?ds=sidebyside Add mail role to fafnir --- diff --git a/roles/fafnir.rb b/roles/fafnir.rb index 81210a2e0..55eb018a1 100644 --- a/roles/fafnir.rb +++ b/roles/fafnir.rb @@ -56,5 +56,6 @@ run_list( "role[equinix-dub]", "role[hp-g9]", "role[gateway]", + "role[mail]", "recipe[dhcpd]" )