Skip to content

Commit

Permalink
Merge pull request saltstack-formulas#266 from saltstack-formulas/rev…
Browse files Browse the repository at this point in the history
…ert-259-refresh

Revert "fix(repo): correct typo and explicit null-check saltstack-formulas#258"
  • Loading branch information
noelmcloughlin authored Dec 4, 2020
2 parents 7542beb + c669ce8 commit a101b06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/software/package/repo/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
pkgrepo.managed:
{{- format_kwargs(d.pkg.docker.repo) }}
- humanname: {{ grains["os"] }} {{ grains["oscodename"]|capitalize }} Docker Package Repository
- refresh: {{ d.misc.refresh }}
- onlyif: {{ d.pkg.docker.repo != null }}
- refesh: {{ d.misc.refresh }}
- onlyif:
- {{ d.pkg.docker.repo }}
{%- endif %}

0 comments on commit a101b06

Please sign in to comment.