Browse Source

Merge pull request #185 from babilen/dev-trailing-whitespace

Remove trailing whitespace from master config
tags/v0.57.0
puneet kandhari 9 years ago
parent
commit
52803ea883
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      salt/files/master.d/f_defaults.conf

+ 5
- 5
salt/files/master.d/f_defaults.conf View File

{{ get_config('minion_data_cache', 'True') }} {{ get_config('minion_data_cache', 'True') }}


# Store all returns in the given returner. # Store all returns in the given returner.
# Setting this option requires that any returner-specific configuration also
# Setting this option requires that any returner-specific configuration also
# be set. See various returners in salt/returners for details on required # be set. See various returners in salt/returners for details on required
# configuration values. (See also, event_return_queue below.) # configuration values. (See also, event_return_queue below.)
# #
# the key rotation event as minions reconnect. Consider this carefully if this # the key rotation event as minions reconnect. Consider this carefully if this
# salt master is managing a large number of minions. # salt master is managing a large number of minions.
# #
# If disabled, it is recommended to handle this event by listening for the
# If disabled, it is recommended to handle this event by listening for the
# 'aes_key_rotate' event with the 'key' tag and acting appropriately. # 'aes_key_rotate' event with the 'key' tag and acting appropriately.
{{ get_config('ping_on_rotate', 'False') }} {{ get_config('ping_on_rotate', 'False') }}


# By default, the master deletes its cache of minion data when the key for that # By default, the master deletes its cache of minion data when the key for that
# minion is removed. To preserve the cache after key deletion, set
# minion is removed. To preserve the cache after key deletion, set
# 'preserve_minion_cache' to True. # 'preserve_minion_cache' to True.
# #
# WARNING: This may have security implications if compromised minions auth with # WARNING: This may have security implications if compromised minions auth with
{% endif %} {% endif %}


# Enforce client_acl & client_acl_blacklist when users have sudo # Enforce client_acl & client_acl_blacklist when users have sudo
# access to the salt command.
# access to the salt command.
# #
{{ get_config('sudo_acl', 'False') }} {{ get_config('sudo_acl', 'False') }}


# the master server. The default is md5, but sha1, sha224, sha256, sha384 # the master server. The default is md5, but sha1, sha224, sha256, sha384
# and sha512 are also supported. # and sha512 are also supported.
# #
# Prior to changing this value, the master should be stopped and all Salt
# Prior to changing this value, the master should be stopped and all Salt
# caches should be cleared. # caches should be cleared.
{{ get_config('hash_type', 'md5') }} {{ get_config('hash_type', 'md5') }}



Loading…
Cancel
Save