Skip to content

Commit

Permalink
fix(repo): correct typo and explicit null-check #258
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Nov 23, 2020
1 parent f89b189 commit f5ec911
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/software/package/repo/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
pkgrepo.managed:
{{- format_kwargs(d.pkg.docker.repo) }}
- humanname: {{ grains["os"] }} {{ grains["oscodename"]|capitalize }} Docker Package Repository
- refesh: {{ d.misc.refresh }}
- onlyif:
- {{ d.pkg.docker.repo }}
- refresh: {{ d.misc.refresh }}
- onlyif: {{ d.pkg.docker.repo != null }}
{%- endif %}

0 comments on commit f5ec911

Please sign in to comment.