This commit is contained in:
Darko Poljak 2019-09-20 20:08:55 +02:00
parent 9f1afb59c4
commit 2f5808e0b7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import cdist.preos
# 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
BETA_ARGS = {
'config': set(('tag', 'all_tagged_hosts', 'use_archiving', )),