mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add pillar_roots to the master config
This commit is contained in:
parent
738a74f6ee
commit
c09d8547b4
1 changed files with 14 additions and 1 deletions
|
@ -113,6 +113,19 @@
|
|||
# The buffer size in the file server can be adjusted here:
|
||||
#file_buffer_size: 1048576
|
||||
|
||||
# Pillar Configurations:
|
||||
# The Salt Pillar, is a system that allows for the building of global data
|
||||
# that is refined based on minion. Basically, the pillar creates data that
|
||||
# can be generated to be specific based on the grains of the minion. Pillar
|
||||
# is laid out in the same fashion as the file server, with environments, a top
|
||||
# file and sls files. The difference is that the data does not need to be
|
||||
# in the highstate format, and is generally just key/value pairs.
|
||||
#
|
||||
#pillar_roots:
|
||||
# base:
|
||||
# - /srv/pillar
|
||||
#
|
||||
|
||||
##### Syndic settings #####
|
||||
##########################################
|
||||
# The Salt syndic is used to pass commands through a master from a higher
|
||||
|
@ -127,7 +140,7 @@
|
|||
#order_masters: False
|
||||
#
|
||||
# If this master will be running a salt syndic daemon, syndic_master tells
|
||||
# this master where to recieve commands from.
|
||||
# this master where to receive commands from.
|
||||
#syndic_master: masterofmaster
|
||||
|
||||
##### Peer Publish settings #####
|
||||
|
|
Loading…
Add table
Reference in a new issue