update example configurations and schema

This commit is contained in:
Vitor Lopes 2020-07-05 08:18:38 +01:00
parent 2c76106a66
commit d78cbfc644
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
# - urpmi - Mandriva package manager
# - yum - Yum RPM frontend
# - zypp - Zypp RPM frontend
# - pamac - Manjaro package manager
#
# Not actually a package manager, but suitable for testing:
# - dummy - Dummy manager, only logs

View File

@ -17,6 +17,7 @@ properties:
- urpmi
- yum
- zypp
- pamac
- dummy
update_db: { type: boolean, default: true }