Merge pull request #29894 from techhat/spmsaltfile

Support Saltfile in SPM
This commit is contained in:
Mike Place 2015-12-21 11:03:07 -07:00
commit 08fd81cc3d

View file

@ -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.
'''