mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Support Saltfile in SPM
This commit is contained in:
parent
02ab9b8858
commit
279ec61274
1 changed files with 2 additions and 1 deletions
|
@ -2644,7 +2644,8 @@ class SPMParser(six.with_metaclass(OptionParserMeta,
|
|||
OptionParser,
|
||||
ConfigDirMixIn,
|
||||
LogLevelMixIn,
|
||||
MergeConfigMixIn)):
|
||||
MergeConfigMixIn,
|
||||
SaltfileMixIn)):
|
||||
'''
|
||||
The cli parser object used to fire up the salt spm system.
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue