Skip to content

Commit

Permalink
Merge pull request theforeman#184 from domcleal/debian-us
Browse files Browse the repository at this point in the history
Change Debian mirrors to US for proximity to builders
  • Loading branch information
domcleal committed Sep 16, 2015
2 parents 9a380d5 + 1a7dc6d commit 4f4031b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions puppet/modules/debian/manifests/init.pp
Expand Up @@ -11,26 +11,26 @@
ensure => present,
arch => 'amd64',
release => 'wheezy',
apturl => 'http://ftp.de.debian.org/debian',
aptcontent => "deb http://ftp.uk.debian.org/debian/ wheezy main non-free contrib\ndeb-src http://ftp.uk.debian.org/debian/ wheezy main non-free contrib\n";
apturl => 'http://ftp.us.debian.org/debian',
aptcontent => "deb http://ftp.us.debian.org/debian/ wheezy main non-free contrib\ndeb-src http://ftp.us.debian.org/debian/ wheezy main non-free contrib\n";
'wheezy32':
ensure => present,
arch => 'i386',
release => 'wheezy',
apturl => 'http://ftp.de.debian.org/debian',
aptcontent => "deb http://ftp.uk.debian.org/debian/ wheezy main non-free contrib\ndeb-src http://ftp.uk.debian.org/debian/ wheezy main non-free contrib\n";
apturl => 'http://ftp.us.debian.org/debian',
aptcontent => "deb http://ftp.us.debian.org/debian/ wheezy main non-free contrib\ndeb-src http://ftp.us.debian.org/debian/ wheezy main non-free contrib\n";
'jessie64':
ensure => present,
arch => 'amd64',
release => 'jessie',
apturl => 'http://ftp.de.debian.org/debian',
aptcontent => "deb http://ftp.uk.debian.org/debian/ jessie main non-free contrib\ndeb-src http://ftp.uk.debian.org/debian/ jessie main non-free contrib\n";
apturl => 'http://ftp.us.debian.org/debian',
aptcontent => "deb http://ftp.us.debian.org/debian/ jessie main non-free contrib\ndeb-src http://ftp.us.debian.org/debian/ jessie main non-free contrib\n";
'jessie32':
ensure => present,
arch => 'i386',
release => 'jessie',
apturl => 'http://ftp.de.debian.org/debian',
aptcontent => "deb http://ftp.uk.debian.org/debian/ jessie main non-free contrib\ndeb-src http://ftp.uk.debian.org/debian/ jessie main non-free contrib\n";
apturl => 'http://ftp.us.debian.org/debian',
aptcontent => "deb http://ftp.us.debian.org/debian/ jessie main non-free contrib\ndeb-src http://ftp.us.debian.org/debian/ jessie main non-free contrib\n";
'precise64':
ensure => present,
arch => 'amd64',
Expand Down

0 comments on commit 4f4031b

Please sign in to comment.