mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add extra-mods options to the Salt-Thin via SSH CLI
This commit is contained in:
parent
a441b35588
commit
975f8bb27d
1 changed files with 6 additions and 0 deletions
|
@ -2475,6 +2475,12 @@ class SaltSSHOptionParser(six.with_metaclass(OptionParserMeta,
|
|||
default=None,
|
||||
help='Pass in extra files to include in the state tarball'
|
||||
)
|
||||
self.add_option(
|
||||
'--thin-extra-modules',
|
||||
dest='thin_extra_mods',
|
||||
default=None,
|
||||
help='One or comma-separated list of extra Python modules'
|
||||
'to be included into Thin Salt.')
|
||||
self.add_option(
|
||||
'-v', '--verbose',
|
||||
default=False,
|
||||
|
|
Loading…
Add table
Reference in a new issue