Skip to content

Commit

Permalink
fix(clean): remove invalid 'onlyif' statement from repo.clean
Browse files Browse the repository at this point in the history
A dictionary is passed to the salt 'onlyif' condition. This is invalid syntax
and the condition is already checked by in the jinja around it.
  • Loading branch information
danny-smit committed May 19, 2021
1 parent 1f5190b commit b3c56cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/software/package/repo/clean.sls
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@
{{ formula }}-software-package-repo-absent:
pkgrepo.absent:
- name: {{ d.pkg.docker.repo.name }}
- onlyif:
- {{ d.pkg.docker.repo }}
{%- endif %}

0 comments on commit b3c56cb

Please sign in to comment.