|
|
@ -66,8 +66,7 @@ def commandline(): |
|
|
|
parser['configinstall'].add_argument('-n', '--dry-run', |
|
|
|
parser['configinstall'].add_argument('-n', '--dry-run', |
|
|
|
help='Do not execute code', action='store_true') |
|
|
|
help='Do not execute code', action='store_true') |
|
|
|
parser['configinstall'].add_argument('-o', '--out-dir', |
|
|
|
parser['configinstall'].add_argument('-o', '--out-dir', |
|
|
|
help='Directory to save cdist output in', |
|
|
|
help='Directory to save cdist output in', dest="out_path") |
|
|
|
destination="out_path") |
|
|
|
|
|
|
|
parser['configinstall'].add_argument('-p', '--parallel', |
|
|
|
parser['configinstall'].add_argument('-p', '--parallel', |
|
|
|
help='Operate on multiple hosts in parallel', |
|
|
|
help='Operate on multiple hosts in parallel', |
|
|
|
action='store_true', dest='parallel') |
|
|
|
action='store_true', dest='parallel') |
|
|
|