8000 Merge pull request #67 from netmanagers/fix-tests · saltstack-formulas/apt-formula@be9deb2 · GitHub
[go: up one dir, main page]

Skip to content

Commit be9deb2

Browse files
authored
Merge pull request #67 from netmanagers/fix-tests
tests(repositories): change to a repo with no key expiration
2 parents 2d520d2 + e677b78 commit be9deb2

File tree

2 files changed

+6
-6
lines changed
Collapse file tree

2 files changed

+6
-6
lines changed

test/integration/repositories/controls/repositories_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
its('mode') { should cmp '0755' }
2626
end
2727

28-
describe file('/etc/apt/sources.list.d/spotify-binary.list') do
28+
describe file('/etc/apt/sources.list.d/multimedia-stable-binary.list') do
2929
it { should exist }
3030
it { should be_owned_by 'root' }
3131
it { should be_grouped_into 'root' }
3232
its('mode') { should cmp '0644' }
3333
its(:content) do
3434
should match(
35-
%r{deb \[arch=amd64\] http://repository.spotify.com stable non-free}
35+
%r{deb \[arch=amd64\] http://www.deb-multimedia.org stable main}
3636
)
3737
end
3838
end

test/salt/pillar/repositories.pillar.sls

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ apt:
66
clean_sources_list_d: true
77

88
repositories:
9-
spotify:
9+
multimedia-stable:
1010
distro: stable
11-
url: http://repository.spotify.com
11+
url: http://www.deb-multimedia.org
1212
arch: [amd64]
13-
comps: [non-free]
14-
keyid: 2EBF997C15BDA244B6EBF5D84773BD5E130D1D45
13+
comps: [main]
14+
keyid: 5C808C2B65558117
1515
keyserver: keyserver.ubuntu.com
1616
heroku:
1717
distro: ./

0 commit comments

Comments
 (0)
0