Skip to content

Commit

Permalink
Merge pull request #33 from arthurlogilab/patch-1
Browse files Browse the repository at this point in the history
#32 replace httpredir by deb.debian.org
  • Loading branch information
javierbertoli authored Jan 24, 2018
2 parents 47adb61 + 8ec9a4a commit 39bcc23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apt/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
'remove_preferences': false,
'clean_preferences_d': false,
'default_keyserver': 'pool.sks-keyservers.net',
'default_url': 'http://httpredir.debian.org/debian/',
'default_url': 'http://deb.debian.org/debian/',
'repositories': {
'sane_default': {
'distro': distribution,
'url': 'http://httpredir.debian.org/debian/',
'url': 'http://deb.debian.org/debian/',
'arch': arch,
'comps': ['main'],
},
Expand Down
4 changes: 2 additions & 2 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ apt:
type: [binary, source]
updates:
distro: stable-updates
url: http://httpredir.debian.org/debian/
url: http://deb.debian.org/debian/
comps: [main, contrib, non-free]
raspbian:
distro: wheezy
Expand All @@ -61,7 +61,7 @@ apt:
key_url: https://archive.raspbian.org/raspbian.public.key
debian-jessie:
distro: jessie
url: http://httpredir.debian.org/debian
url: http://deb.debian.org/debian
type: [source]
comps: [main, contrib, non-free]
dropbox:
Expand Down

0 comments on commit 39bcc23

Please sign in to comment.