]> git.openstreetmap.org Git - chef.git/commitdiff
docker: add missing systemd depends
authorGrant Slater <github@firefishy.com>
Fri, 2 Dec 2022 14:40:33 +0000 (14:40 +0000)
committerGrant Slater <github@firefishy.com>
Fri, 2 Dec 2022 14:40:33 +0000 (14:40 +0000)
cookbooks/docker/metadata.rb

index 110cc32020e69ef10fb2927dfcb21b89a6d5f5b3..0ed59aa0b4580ac400d08a095cd6e9f194bf83fe 100644 (file)
@@ -7,3 +7,4 @@ description       "Installs and configures the docker daemon"
 version           "1.0.0"
 supports          "ubuntu"
 depends           "apt"
+depends           "systemd"