diff --git a/cobbler/parameters/osfinger/Rocky Linux-8.yaml b/cobbler/parameters/osfinger/Rocky Linux-8.yaml new file mode 100644 index 0000000..82d3c1b --- /dev/null +++ b/cobbler/parameters/osfinger/Rocky Linux-8.yaml @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- +# vim: ft=yaml +# +# Set values specific to: +# salt['config.get']('osfinger') == Rocky Linux-8. +# +# You just need to add the key:values for this `osfinger` that differ +# from `defaults.yaml`. +# +# If you do not need to provide defaults via the `osfinger` config, +# you can remove this file or provide at least an empty dict, e.g. +# values: {} +--- +values: + pkg: + name: cobbler3.2 +... diff --git a/cobbler/parameters/osfinger/Rocky Linux-9.yaml b/cobbler/parameters/osfinger/Rocky Linux-9.yaml new file mode 100644 index 0000000..3c46a5d --- /dev/null +++ b/cobbler/parameters/osfinger/Rocky Linux-9.yaml @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- +# vim: ft=yaml +# +# Set values specific to: +# salt['config.get']('osfinger') == Rocky Linux-9. +# +# You just need to add the key:values for this `osfinger` that differ +# from `defaults.yaml`. +# +# If you do not need to provide defaults via the `osfinger` config, +# you can remove this file or provide at least an empty dict, e.g. +# values: {} +--- +values: + pkg: + name: cobbler3.3 +...