21 lines
331 B
Plaintext
21 lines
331 B
Plaintext
FormatVersion: 2.0.0
|
|
Version: 1.0.0
|
|
Name: Remove Minion
|
|
|
|
Parameters:
|
|
nodeId: $nodeId
|
|
|
|
Body: |
|
|
return removeMinion('{0}'.format(args.nodeId)).stdout
|
|
|
|
Scripts:
|
|
removeMinion:
|
|
Type: Application
|
|
Version: 1.0.0
|
|
EntryPoint: removeMinion.sh
|
|
Files: []
|
|
Options:
|
|
captureStdout: true
|
|
captureStderr: true
|
|
|