Skip to content

Commit

Permalink
fix(typo): rename grain to grains
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Oct 10, 2020
1 parent 37ec8cd commit 685cd3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kubernetes/devtools/binary/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
- cmd: {{ formula }}-devtools-binary-{{ tool }}-install
{%- endif %}
{%- if (d.linux.altpriority|int == 0 and grain.os != 'Windows') or grains.os_family in ('Arch', 'MacOS') %}
{%- if (d.linux.altpriority|int == 0 and grains.os != 'Windows') or grains.os_family in ('Arch', 'MacOS') %}
{%- for cmd in p[tool]['commands']|unique %}
{{ formula }}-devtools-binary-{{ tool }}-install-symlink-{{ cmd }}:
file.symlink:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/node/archive/clean.sls
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include:
- names:
- {{ d.dir.tmp }}/kubernetes-node*
- {{ d.node.pkg.path }}/bin
{%- if (d.linux.altpriority|int == 0 and grain.os != 'Windows') or grains.os_family in ('Arch', 'MacOS') %}
{%- if (d.linux.altpriority|int == 0 and grains.os != 'Windows') or grains.os_family in ('Arch', 'MacOS') %}
{%- for cmd in d.node.pkg.commands|unique %}
- /usr/local/bin/{{ cmd }}
{%- endfor %}
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/sigs/archive/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
- user
- group
{%- endif %}
{%- if (d.linux.altpriority|int == 0 and grain.os != 'Windows') or grains.os_family in ('Arch', 'MacOS') %}
{%- if (d.linux.altpriority|int == 0 and grains.os != 'Windows') or grains.os_family in ('Arch', 'MacOS') %}
{%- for cmd in p['commands']|unique %}
{{ formula }}-sigs-archive-{{ tool }}-install-symlink-{{ cmd }}:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/sigs/binary/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
- cmd: {{ formula }}-sigs-binary-{{ tool }}-install
{%- endif %}
{%- if (d.linux.altpriority|int == 0 and grain.os != 'Windows') or grains.os_family in ('Arch', 'MacOS') %}
{%- if (d.linux.altpriority|int == 0 and grains.os != 'Windows') or grains.os_family in ('Arch', 'MacOS') %}
{%- for cmd in p['commands']|unique %}
{{ formula }}-sigs-binary-{{ tool }}-install-symlink-{{ cmd }}:
Expand Down

0 comments on commit 685cd3c

Please sign in to comment.