Created
October 17, 2017 18:56
-
-
Save txomon/f4b64494bf3a17d5829b6fcaceb6d088 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
classes: | |
- service.linux.system | |
parameters: | |
linux: | |
system: | |
enabled: true | |
name: 'computer' | |
domain: 'domain' | |
cluster: 'system' | |
environment: base | |
timezone: 'UTC' | |
utc: true |
This file contains hidden or 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
/etc/reclass/reclass-config.yml | |
/etc/salt/master.d/master.conf | |
/srv/salt/linux => https://github.com/salt-formulas/salt-formula-linux | |
/srv/reclass/nodes/computer.domain.yml | |
/srv/reclass/classes |
This file contains hidden or 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
file_roots: | |
base: | |
- /srv/salt/ | |
reclass: &reclass | |
storage_type: yaml_fs | |
inventory_base_uri: /srv/reclass | |
ext_pillar: | |
- reclass: *reclass | |
master_tops: | |
reclass: *reclass | |
This file contains hidden or 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
storage_type: yaml_fs | |
pretty_print: True | |
output: yaml | |
inventory_base_uri: /srv/reclass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just in case, the problem here is that obviously reclass is not finding system, and I have no idea how to provide it