]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dns/recipes/default.rb
Wrap DNS updates with a lock to avoid conflicts
[chef.git] / cookbooks / dns / recipes / default.rb
index 6f1658977d9cf99776edd58d79f17c221ad5bb16..2f045a778bebed6ce262e5c940e489ef053bd834 100644 (file)
@@ -31,15 +31,16 @@ package %w[
   perl
   libxml-treebuilder-perl
   libxml-writer-perl
-  libyaml-perl
+  libyaml-libyaml-perl
   libwww-perl
   libjson-xs-perl
+  lockfile-progs
   sshfp
 ]
 
 remote_file "/usr/local/bin/dnscontrol" do
   action :create
-  source "https://github.com/StackExchange/dnscontrol/releases/download/v2.11/dnscontrol-Linux"
+  source "https://github.com/StackExchange/dnscontrol/releases/download/v3.0.0/dnscontrol-Linux"
   owner "root"
   group "root"
   mode 0o755