# deb cdrom:[Debian GNU/Linux stretch-DI-alpha7 _Stretch_ - Official Snapshot amd64 NETINST Binary-1 20160630-14:29]/ stretch main
+{% elif debian_release == 'buster' -%}
+#
+
+# deb cdrom:[Debian GNU/Linux testing _Buster_ - Official Snapshot amd64 NETINST 20170703-03:41]/ buster main
+
{% endif -%}
# deb http://{{ debian_mirror }}/debian {{ debian_release }} main
- source: salt://debian/apt/files/SALTSTACK-GPG-KEY.pub
- backup: minion
-/etc/apt/repo.uhu-banane.de.gpg-key.pub:
+/etc/apt/repo.uhu-banane.de.gpg-key2.pub:
file.managed:
- user: root
- group: root
- mode: 644
- - source: salt://debian/apt/files/repo.uhu-banane.de.gpg-key.pub
+ - source: salt://debian/apt/files/repo.uhu-banane.de.gpg-key2.pub
- backup: minion
/etc/apt/apt.conf.d:
{% if loc_country == 'us' %}
{% set debian_mirror = 'ftp.us.debian.org' %}
{% else %}
- {% if loc_provider == 'gridscale' %}
+ {% if loc_provider == 'home' %}
+ {% set debian_mirror = 'debian.charite.de' %}
+ {% elif loc_provider == 'gridscale' %}
{% set debian_mirror = 'ftp.plusline.de' %}
{% else %}
{% set debian_mirror = 'ftp-stud.hs-esslingen.de' %}