Add cython data on the master, Fix #1331

This commit is contained in:
Thomas S Hatch 2012-05-21 14:33:42 -06:00
parent afd0857e2e
commit fbdb8649ac
2 changed files with 4 additions and 0 deletions

View file

@ -65,6 +65,9 @@
#
# Add any additional locations to look for master runners
#runner_dirs: []
#
#Enable Cython for master side modules
#cython_enable: False
##### State System settings #####
##########################################

View file

@ -246,6 +246,7 @@ def master_config(path):
'range_server': 'range:80',
'serial': 'msgpack',
'nodegroups': {},
'cython_enable': False,
'key_logfile': '/var/log/salt/key.log',
}