There was an error while loading. Please reload this page.
1 parent aee628e commit 8b852d4Copy full SHA for 8b852d4
1 file changed
spec/classes/profile/proxmox_spec.rb
@@ -9,7 +9,7 @@
9
10
it { is_expected.to contain_apt__source("proxmox").with_location(["http://download.proxmox.com/debian/pve"]) }
11
it { is_expected.to contain_apt__source("ceph").with_location(["http://download.proxmox.com/debian/ceph-tentacle"]) }
12
- it { is_expected.to contain_apt__source("debian").with_location(["http://deb.debian.org/debian"]) }
+ it { is_expected.to contain_apt__source("debian").with_location(["http://ftp.us.debian.org/debian/"]) }
13
it { is_expected.to contain_apt__source("debian-security").with_location(["http://security.debian.org/debian-security"]) }
14
end
15
0 commit comments