Add pillar_version option

This commit is contained in:
Thomas S Hatch 2012-10-14 15:33:52 -06:00
parent dd348dfa79
commit fc67a2d43a

View File

@ -271,6 +271,8 @@ def master_config(path):
'base': ['/srv/pillar'],
},
'ext_pillar': [],
# TODO - Set this to 2 by default in 0.10.5
'pillar_version': 1,
'syndic_master': '',
'runner_dirs': [],
'client_acl': {},