From: Grant Slater Date: Sat, 1 Oct 2022 23:00:23 +0000 (+0100) Subject: oxidized: add accounts dependency X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/8c985adf9ae56cb9bb8b950c97da6f3ad392fa61 oxidized: add accounts dependency --- diff --git a/cookbooks/oxidized/metadata.rb b/cookbooks/oxidized/metadata.rb index 146cc1fae..18262803f 100644 --- a/cookbooks/oxidized/metadata.rb +++ b/cookbooks/oxidized/metadata.rb @@ -6,5 +6,6 @@ description "Configures oxidized to backup equipment configuration" version "1.0.0" supports "ubuntu" +depends "accounts" depends "git" depends "ruby"