Fixes typo in conf/master.

s/utililzed/utilized/
This commit is contained in:
Matej Urbas 2017-04-30 11:47:54 +01:00 committed by GitHub
parent 37dff3871e
commit b9591f2807

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.