]> 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 ac404488bebe54598dcc429e6cabdc7f5cf1049f..2f045a778bebed6ce262e5c940e489ef053bd834 100644 (file)
@@ -31,14 +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.10.0/dnscontrol-Linux"
+  source "https://github.com/StackExchange/dnscontrol/releases/download/v3.0.0/dnscontrol-Linux"
   owner "root"
   group "root"
   mode 0o755