Add recon_max to the minion config

This commit is contained in:
Thomas S Hatch 2012-11-26 11:05:35 -07:00
parent 07de7ff6f5
commit c65708031b

View File

@ -216,6 +216,7 @@ def minion_config(path, check_dns=True):
'update_url': False,
'update_restart_services': [],
'retry_dns': 30,
'recon_max': 30000,
}