From: Grant Slater Date: Fri, 13 Oct 2023 15:47:35 +0000 (+0100) Subject: oxidized: add libyaml-dev requirement X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f36c1a9d4ad9bf8e80a36aa387e3ec6ec4a0c2c3 oxidized: add libyaml-dev requirement --- diff --git a/cookbooks/oxidized/recipes/default.rb b/cookbooks/oxidized/recipes/default.rb index 7e4803c70..66c919908 100644 --- a/cookbooks/oxidized/recipes/default.rb +++ b/cookbooks/oxidized/recipes/default.rb @@ -29,6 +29,7 @@ package %w[ libssh2-1-dev zlib1g-dev pkg-config + libyaml-dev ] keys = data_bag_item("oxidized", "keys")