Skip to content

Commit

Permalink
maldetect website is now https only
Browse files Browse the repository at this point in the history
  • Loading branch information
jstange committed Jul 10, 2015
1 parent aa1dd0b commit 6f1eccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/mu-tools/recipes/maldet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# XXX Probably ought to pick a version and checksum it.
remote_file "#{Chef::Config[:file_cache_path]}/maldetect-current.tar.gz" do
action :create
source "http://www.rfxn.com/downloads/maldetect-current.tar.gz"
source "https://www.rfxn.com/downloads/maldetect-current.tar.gz"
owner "root"
group "root"
notifies :run, "execute[unpack maldetect]", :immediately
Expand Down Expand Up @@ -59,4 +59,4 @@
command "/usr/local/maldetect/maldet --update; /usr/local/sbin/maldet_scanall.sh"
end
end
end
end

0 comments on commit 6f1eccb

Please sign in to comment.