]> git.openstreetmap.org Git - chef.git/commitdiff
oxidized: add libyaml-dev requirement
authorGrant Slater <github@firefishy.com>
Fri, 13 Oct 2023 15:47:35 +0000 (16:47 +0100)
committerGrant Slater <github@firefishy.com>
Fri, 13 Oct 2023 15:47:35 +0000 (16:47 +0100)
cookbooks/oxidized/recipes/default.rb

index 7e4803c70299c3554f97eb9c06e9f623ed0ec88b..66c919908c8b01bf04341256621b5078747f3fec 100644 (file)
@@ -29,6 +29,7 @@ package %w[
   libssh2-1-dev
   zlib1g-dev
   pkg-config
+  libyaml-dev
 ]
 
 keys = data_bag_item("oxidized", "keys")