]> git.openstreetmap.org Git - chef.git/commitdiff
bind: add missing networking dependency
authorGrant Slater <github@firefishy.com>
Wed, 15 Mar 2023 14:56:01 +0000 (14:56 +0000)
committerGrant Slater <github@firefishy.com>
Wed, 15 Mar 2023 14:56:01 +0000 (14:56 +0000)
cookbooks/bind/metadata.rb

index c3e00d349be963f0df1915ca116ae967e30d0fbd..b7d5437a14639f589172f6db821be8d204438d94 100644 (file)
@@ -6,3 +6,4 @@ description       "Configures bind"
 
 version           "1.0.0"
 supports          "ubuntu"
+depends           "networking"