File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3737 )
3838 )
3939 )
40- %}
40+ %}
4141
4242{% - set config = salt ['grains.filter_by' ](
4343 {'defaults' : defaults },
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments