Skip to content

Commit

Permalink
Update repository.rb to reference new URL (#179)
Browse files Browse the repository at this point in the history
Old URL has been removed from the mirror, new URL is the new location on upstream's mirror.
  • Loading branch information
jrddunbr authored Jan 11, 2025
1 parent 8defd6d commit 1244985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
when 'debian'
apt_repository 'ossec' do
uri "https://updates.atomicorp.com/channels/atomic/#{node['platform']}"
key 'https://updates.atomicorp.com/installers/RPM-GPG-KEY.atomicorp.txt'
key 'https://www.atomicorp.com/RPM-GPG-KEY.atomicorp.txt'
arch ossec_deb_arch
distribution ossec_apt_repo_dist
trusted true if ossec_apt_new_layout?
Expand Down

0 comments on commit 1244985

Please sign in to comment.