2019-09-12 07:16:30 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=sls
|
|
|
|
{% from "salt/map.jinja" import salt_settings with context %}
|
|
|
|
|
|
|
|
salt-pkgrepo-clean-saltstack-debian:
|
|
|
|
pkgrepo.absent:
|
|
|
|
- name: {{ salt_settings.pkgrepo }}
|
|
|
|
file.absent:
|
2021-09-17 18:44:20 +02:00
|
|
|
- name: /etc/apt/sources.list.d/salt.list
|
2019-09-12 07:16:30 +02:00
|
|
|
|
|
|
|
salt-pkgrepo-clean-saltstack-debian-apt-key:
|
|
|
|
file.absent:
|
2021-09-17 18:44:20 +02:00
|
|
|
- name: /usr/share/keyrings/salt-archive-keyring.gpg
|