Skip to content

Commit

Permalink
test(repositories): change to a repo with no key expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli committed Oct 19, 2020
1 parent 2d520d2 commit e677b78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/integration/repositories/controls/repositories_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
its('mode') { should cmp '0755' }
end

describe file('/etc/apt/sources.list.d/spotify-binary.list') do
describe file('/etc/apt/sources.list.d/multimedia-stable-binary.list') do
it { should exist }
it { should be_owned_by 'root' }
it { should be_grouped_into 'root' }
its('mode') { should cmp '0644' }
its(:content) do
should match(
%r{deb \[arch=amd64\] http://repository.spotify.com stable non-free}
%r{deb \[arch=amd64\] http://www.deb-multimedia.org stable main}
)
end
end
Expand Down
8 changes: 4 additions & 4 deletions test/salt/pillar/repositories.pillar.sls
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ apt:
clean_sources_list_d: true

repositories:
spotify:
multimedia-stable:
distro: stable
url: http://repository.spotify.com
url: http://www.deb-multimedia.org
arch: [amd64]
comps: [non-free]
keyid: 2EBF997C15BDA244B6EBF5D84773BD5E130D1D45
comps: [main]
keyid: 5C808C2B65558117
keyserver: keyserver.ubuntu.com
heroku:
distro: ./
Expand Down

0 comments on commit e677b78

Please sign in to comment.