mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add cython data on the master, Fix #1331
This commit is contained in:
parent
afd0857e2e
commit
fbdb8649ac
2 changed files with 4 additions and 0 deletions
|
@ -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 #####
|
||||
##########################################
|
||||
|
|
|
@ -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',
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue