339adddfcc
This state enables the official saltstack package repository in order to always benefit from the latest version. This state currently only works on Debian and Ubuntu, and aims to implement the installation recommendations of the official documentation: http://docs.saltstack.com/en/latest/topics/installation/index.html
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
drop-saltstack-pkgrepo:
|
|
file.absent:
|
|
- name: /etc/apt/sources.list.d/saltstack.list
|
|
|
|
drop-saltstack-apt-key:
|
|
file.absent:
|
|
- name: /etc/apt/trusted.gpg.d/saltstack.gpg
|