Add pub_refresh option

This commit is contained in:
Thomas S Hatch 2012-08-23 23:05:14 -06:00
parent 40fe2a3102
commit 54cf9ca313

View File

@ -263,6 +263,7 @@ def master_config(path):
'file_buffer_size': 1048576,
'hash_type': 'md5',
'conf_file': path,
'pub_refresh': True,
'open_mode': False,
'auto_accept': False,
'renderer': 'yaml_jinja',