generated from saltstack-formulas/template-formula
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from cobbler/feature/define-supported-oses
Define supported operating systems
- Loading branch information
Showing
28 changed files
with
120 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Set values specific to: | ||
# salt['config.get']('os') == Amazon. | ||
# | ||
# You just need to add the key:values for this `os` that differ | ||
# from `defaults.yaml` + `<osarch>.yaml` + `<os_family>.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `os` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Set values specific to: | ||
# salt['config.get']('os') == CentOS. | ||
# | ||
# You just need to add the key:values for this `os` that differ | ||
# from `defaults.yaml` + `<osarch>.yaml` + `<os_family>.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `os` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Set values specific to: | ||
# salt['config.get']('os') == Oracle. | ||
# | ||
# You just need to add the key:values for this `os` that differ | ||
# from `defaults.yaml` + `<osarch>.yaml` + `<os_family>.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `os` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Set values specific to: | ||
# salt['config.get']('os') == Raspbian. | ||
# | ||
# You just need to add the key:values for this `os` that differ | ||
# from `defaults.yaml` + `<osarch>.yaml` + `<os_family>.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `os` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Set values specific to: | ||
# salt['config.get']('os') == RedHat. | ||
# | ||
# You just need to add the key:values for this `os` that differ | ||
# from `defaults.yaml` + `<osarch>.yaml` + `<os_family>.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `os` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Set values specific to: | ||
# salt['config.get']('os') == Suse. | ||
# | ||
# You just need to add the key:values for this `os` that differ | ||
# from `defaults.yaml` + `<osarch>.yaml` + `<os_family>.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `os` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
--- | ||
values: {} | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Set values specific to: | ||
# salt['config.get']('os') == openSUSE. | ||
# | ||
# You just need to add the key:values for this `os` that differ | ||
# from `defaults.yaml` + `<osarch>.yaml` + `<os_family>.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `os` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
--- | ||
values: {} | ||
... |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.