++
This commit is contained in:
parent
189d66e2e9
commit
73fcda0def
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import cdist.preos
|
||||||
|
|
||||||
|
|
||||||
# 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