From: Grant Slater Date: Wed, 15 Mar 2023 14:56:01 +0000 (+0000) Subject: bind: add missing networking dependency X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2535647076facb74f91433a16a74dc9efeee801e?ds=sidebyside;hp=a75d9db67025eeb4db19abdb36a6a870a6ea0dc4 bind: add missing networking dependency --- diff --git a/cookbooks/bind/metadata.rb b/cookbooks/bind/metadata.rb index c3e00d349..b7d5437a1 100644 --- a/cookbooks/bind/metadata.rb +++ b/cookbooks/bind/metadata.rb @@ -6,3 +6,4 @@ description "Configures bind" version "1.0.0" supports "ubuntu" +depends "networking"