Skip to content

Commit

Permalink
fix(clean): correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Nov 25, 2020
1 parent f89b189 commit 58efc33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/software/package/clean.sls
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ include:
{{ formula }}-software-package-clean-pkg:
pkg.removed:
- name: kubectl
- reload_modules: true
- name: {{ d.pkg.docker.name }}
- reload_modules: {{ d.misc.reload|default(true, true) }}
{%- if d.pkg.docker.use_upstream == 'repo' %}
- require:
- pkgrepo: {{ formula }}-package-repo-absent
Expand Down

0 comments on commit 58efc33

Please sign in to comment.