Skip to content

Commit

Permalink
Merge pull request saltstack-formulas#192 from hemebond/master
Browse files Browse the repository at this point in the history
Add clean_file to wipe saltstack.list contents
  • Loading branch information
wwentland committed Dec 9, 2015
2 parents d58729e + 6d9683c commit 5d1368d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/pkgrepo/debian/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ saltstack-pkgrepo:
- name: {{ salt_settings.pkgrepo }}
- file: /etc/apt/sources.list.d/saltstack.list
- key_url: {{ salt_settings.key_url }}
- clean_file: True
# Order: 1 because we can't put a require_in on "pkg: salt-{master,minion}"
# because we don't know if they are used.
- order: 1

0 comments on commit 5d1368d

Please sign in to comment.