mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-28 09:27:56 +01:00
14 lines
372 B
Plaintext
14 lines
372 B
Plaintext
# -*- 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:
|
|
- name: /etc/apt/sources.list.d/saltstack.list
|
|
|
|
salt-pkgrepo-clean-saltstack-debian-apt-key:
|
|
file.absent:
|
|
- name: /etc/apt/trusted.gpg.d/saltstack.gpg
|