Release preos, i.e. make it non-beta

This commit is contained in:
Darko Poljak 2019-09-20 19:56:17 +02:00
commit 97bcfcc23c
4 changed files with 11 additions and 13 deletions

View file

@ -9,7 +9,7 @@ import cdist.preos
# set of beta sub-commands
BETA_COMMANDS = set(('install', 'inventory', 'preos', ))
BETA_COMMANDS = set(('install', 'inventory', ))
# set of beta arguments for sub-commands
BETA_ARGS = {
'config': set(('tag', 'all_tagged_hosts', 'use_archiving', )),