creating empty sources.list

This commit is contained in:
do
2020-10-28 12:51:41 +01:00
parent 68cbcda775
commit 2cfc782a27

View File

@@ -32,6 +32,10 @@ repo_debian-backports:
- clean_file: True
repo_default:
file.absent:
file.managed:
- name: /etc/apt/sources.list
- contents: '#SALT managed, all in sources.list.d'
- user: root
- group: root
- mode: 0600