++
This commit is contained in:
parent
9a2e5758f5
commit
9d030bddc1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import cdist.info
|
||||||
|
|
||||||
|
|
||||||
# set of beta sub-commands
|
# set of beta sub-commands
|
||||||
BETA_COMMANDS = set(('install', 'inventory', 'preos', 'trigger', ))
|
BETA_COMMANDS = set(('install', 'inventory', 'trigger', ))
|
||||||
# set of beta arguments for sub-commands
|
# set of beta arguments for sub-commands
|
||||||
BETA_ARGS = {
|
BETA_ARGS = {
|
||||||
'config': set(('tag', 'all_tagged_hosts', 'use_archiving', )),
|
'config': set(('tag', 'all_tagged_hosts', 'use_archiving', )),
|
||||||
|
|
Loading…
Reference in a new issue