Skip to content

Commit 8b852d4

Browse files
committed
fixup spec
1 parent aee628e commit 8b852d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/classes/profile/proxmox_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
it { is_expected.to contain_apt__source("proxmox").with_location(["http://download.proxmox.com/debian/pve"]) }
1111
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"]) }
12+
it { is_expected.to contain_apt__source("debian").with_location(["http://ftp.us.debian.org/debian/"]) }
1313
it { is_expected.to contain_apt__source("debian-security").with_location(["http://security.debian.org/debian-security"]) }
1414
end
1515
end

0 commit comments

Comments
 (0)