Skip to content

Commit d71a258

Browse files
committed
docs(map): update comments in os*.yaml after adding osarchmap
1 parent 1be2052 commit d71a258

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

template/map.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
)
3838
)
3939
)
40-
%}
40+
%}
4141

4242
{%- set config = salt['grains.filter_by'](
4343
{'defaults': defaults},

template/osarchmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#
44
# Setup variables using grains['osarch'] based logic.
55
# You just need to add the key:values for an `osarch` that differ
6-
# from `defaults.yaml` + `os_family.yaml`.
7-
# Only add an `osarch` which is/will be supported by the formula
6+
# from `defaults.yaml`.
7+
# Only add an `osarch` which is/will be supported by the formula.
88
#
99
# If you do not need to provide defaults via the `osarch` grain,
1010
# you will need to provide at least an empty dict in this file, e.g.

template/osfamilymap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#
44
# Setup variables using grains['os_family'] based logic.
55
# You just need to add the key:values for an `os_family` that differ
6-
# from `defaults.yaml`.
7-
# Only add an `os_family` which is/will be supported by the formula
6+
# from `defaults.yaml` + `osarch.yaml`.
7+
# Only add an `os_family` which is/will be supported by the formula.
88
#
99
# If you do not need to provide defaults via the `os_family` grain,
1010
# you will need to provide at least an empty dict in this file, e.g.

template/osfingermap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#
44
# Setup variables using grains['osfinger'] based logic.
55
# You just need to add the key:values for an `osfinger` that differ
6-
# from `defaults.yaml` + `os_family.yaml` + `osmap.yaml`.
7-
# Only add an `osfinger` which is/will be supported by the formula
6+
# from `defaults.yaml` + `osarch.yaml` + `os_family.yaml` + `osmap.yaml`.
7+
# Only add an `osfinger` which is/will be supported by the formula.
88
#
99
# If you do not need to provide defaults via the `os_finger` grain,
1010
# you will need to provide at least an empty dict in this file, e.g.

template/osmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#
44
# Setup variables using grains['os'] based logic.
55
# You just need to add the key:values for an `os` that differ
6-
# from `defaults.yaml` + `os_family.yaml`.
7-
# Only add an `os` which is/will be supported by the formula
6+
# from `defaults.yaml` + `osarch.yaml` + `os_family.yaml`.
7+
# Only add an `os` which is/will be supported by the formula.
88
#
99
# If you do not need to provide defaults via the `os` grain,
1010
# you will need to provide at least an empty dict in this file, e.g.

0 commit comments

Comments
 (0)