]> git.openstreetmap.org Git - chef.git/commitdiff
Add missing dependency
authorTom Hughes <tom@compton.nu>
Mon, 5 Aug 2024 19:12:50 +0000 (20:12 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 5 Aug 2024 19:17:05 +0000 (20:17 +0100)
cookbooks/apt/metadata.rb

index f19f01468252f3249f252165ccdb74592cc7df91..bb80a8b8dd83097540392f9660349cf3c72b930d 100644 (file)
@@ -7,5 +7,6 @@ description      "Installs/Configures apt"
 version          "0.1"
 supports         "debian"
 supports         "ubuntu"
+depends          "accounts"
 depends          "apache"
 depends          "ssl"