Skip to content

Commit

Permalink
Merge pull request #66 from netmanagers/master
Browse files Browse the repository at this point in the history
fix(preferences,repositories): fix clean parameter
  • Loading branch information
myii authored Sep 21, 2020
2 parents 7645b15 + 50e02fb commit 5c68531
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# - env: INSTANCE=repositories-debian-10-master-py3
# - env: INSTANCE=preferences-debian-10-master-py3
# - env: INSTANCE=unattended-debian-10-master-py3
- env: INSTANCE=debian-10-master-py3
- env: INSTANCE=repositories-debian-10-master-py3
- env: INSTANCE=repositories-ubuntu-1804-master-py3
# - env: INSTANCE=preferences-ubuntu-1804-master-py3
# - env: INSTANCE=unattended-ubuntu-1804-master-py3
Expand Down
2 changes: 2 additions & 0 deletions apt/apt_conf.sls
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@
- mode: 644
- context:
data: {{ contents }}
- require_in:
- file: {{ confd_dir }}
{% endfor %}
2 changes: 2 additions & 0 deletions apt/preferences.sls
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@
- "{{ 'Explanation: ' ~ explanation }}"
{% endfor %}
{% endif %}
- require_in:
- file: {{ preferences_dir }}
{% endfor %}
2 changes: 0 additions & 2 deletions apt/repositories.sls
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
- group: root
- clean: {{ clean_sources_list_d }}
{% for repo, args in repositories.items() %}
{% set r_opts = '' %}
Expand Down

0 comments on commit 5c68531

Please sign in to comment.