Skip to content

Commit

Permalink
saltstack-formulas#32 s/httpredir/deb/
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurzenika committed Jan 24, 2018
1 parent e0c2097 commit 8ec9a4a
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 8ec9a4a

Please sign in to comment.