Skip to content

Commit f17bc93

Browse files
committed
fix(clean): remove invalid 'onlyif' statement from repo.clean
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.
1 parent e89e9d0 commit f17bc93

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docker/software/package/repo/clean.sls

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@
1010
{{ formula }}-software-package-repo-absent:
1111
pkgrepo.absent:
1212
- name: {{ d.pkg.docker.repo.name }}
13-
- onlyif:
14-
- {{ d.pkg.docker.repo }}
1513
1614
{%- endif %}

0 commit comments

Comments
 (0)