Browse Source

update pillar.example for new lookup

master
Niels Abspoel 10 years ago
parent
commit
d071713fa7
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      pillar.example

+ 14
- 0
pillar.example View File

salt: salt:

# to overwrite map.jinja salt packages
lookup:
salt-master: 'salt-master'
salt-minion: 'salt-minion'
salt-syndic: 'salt-syndic'
salt-cloud: 'salt-cloud'
salt-ssh: 'salt-ssh'

# salt master config
master: master:
fileserver_backend: fileserver_backend:
- git - git
file_roots: file_roots:
base: base:
- /srv/salt - /srv/salt
# salt minion config:
minion: minion:
master: salt master: salt
fileserver_backend: fileserver_backend:
test.baz: test.baz:
spam: sausage spam: sausage
cheese: bread cheese: bread

# salt cloud config
cloud: cloud:
master: salt master: salt
folders: folders:

Loading…
Cancel
Save