mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Isolated the issue - *args.
This commit is contained in:
parent
b4aa777767
commit
50f388b7c2
@ -87,7 +87,8 @@ def _make_function( cmd_name ):
|
||||
ret = { }
|
||||
|
||||
# Run the command.
|
||||
res = salt_cmd.run_all( "%s %s %s" % ( _check_zfs( ), cmd_name, args ) )
|
||||
#TODO - add arguments into this.
|
||||
res = salt_cmd.run_all( "%s %s" % ( _check_zfs( ), cmd_name ) )
|
||||
|
||||
# Make a note of the error in the return object if retcode
|
||||
# not 0.
|
||||
|
Loading…
Reference in New Issue
Block a user