mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
add master option to path migration
This commit is contained in:
parent
14f41b8634
commit
76be51326f
@ -30,7 +30,7 @@ class Master(parsers.MasterOptionParser):
|
||||
Run the sequence to start a salt master server
|
||||
'''
|
||||
self.parse_args()
|
||||
migrate_paths()
|
||||
migrate_paths('master')
|
||||
|
||||
try:
|
||||
if self.config['verify_env']:
|
||||
|
Loading…
Reference in New Issue
Block a user