2015-12-05 11:24:05 +01:00
|
|
|
{% from "salt/map.jinja" import salt_settings with context %}
|
|
|
|
|
2014-12-22 17:09:51 +01:00
|
|
|
drop-saltstack-pkgrepo:
|
2015-12-05 11:24:05 +01:00
|
|
|
pkgrepo.absent:
|
|
|
|
- name: {{ salt_settings.pkgrepo }}
|
2014-12-22 17:09:51 +01:00
|
|
|
file.absent:
|
|
|
|
- name: /etc/apt/sources.list.d/saltstack.list
|
|
|
|
|
|
|
|
drop-saltstack-apt-key:
|
|
|
|
file.absent:
|
|
|
|
- name: /etc/apt/trusted.gpg.d/saltstack.gpg
|