Merge pull request #40974 from urbas/conf-master-typo

Fixes typo in conf/master.
This commit is contained in:
Erik Johnson 2017-04-30 22:25:05 -05:00 committed by GitHub
commit 8f7e8e4829

View File

@ -874,7 +874,7 @@
#pillar_cache_ttl: 3600
# If and only if a master has set `pillar_cache: True`, one of several storage providers
# can be utililzed.
# can be utilized.
#
# `disk`: The default storage backend. This caches rendered pillars to the master cache.
# Rendered pillars are serialized and deserialized as msgpack structures for speed.