]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dns/recipes/default.rb
Pointed back to master MW CheckUser with changes in-place
[chef.git] / cookbooks / dns / recipes / default.rb
index ac404488bebe54598dcc429e6cabdc7f5cf1049f..6f1658977d9cf99776edd58d79f17c221ad5bb16 100644 (file)
@@ -34,11 +34,12 @@ package %w[
   libyaml-perl
   libwww-perl
   libjson-xs-perl
+  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/v2.11/dnscontrol-Linux"
   owner "root"
   group "root"
   mode 0o755