1
0
Fork 0

Merge pull request #125 from olysonek/recommend

recommend.conf: Describe syspurpose_role and chassis_type
This commit is contained in:
Jaroslav Škarvada 2018-09-25 13:24:32 +02:00 committed by GitHub
commit ac29201fc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,12 +10,16 @@
# KEYWORD22=RE22
# KEYWORD can be:
# virt - for RE to match output of virt-what
# system - for RE to match content of /etc/system-release-cpe
# process - for RE to match running processes. It can have arbitrary suffix, all
# process* lines have to match for the PROFILE to match (i.e. the AND operator)
# /FILE - for RE to match content of the FILE, e.g.: '/etc/passwd=.+'. If file doesn't
# exist, its RE will not match.
# virt - for RE to match output of virt-what
# system - for RE to match content of /etc/system-release-cpe
# process - for RE to match running processes. It can have arbitrary
# suffix, all process* lines have to match for the PROFILE
# to match (i.e. the AND operator)
# /FILE - for RE to match content of the FILE, e.g.:
# '/etc/passwd=.+'. If file doesn't exist, its RE will not
# match.
# chassis_type - for RE to match the chassis type as reported by dmidecode
# syspurpose_role - for RE to match the system role as reported by syspurpose
# All REs for all KEYWORDs have to match for PROFILE to match (i.e. the AND operator).
# If 'virt' or 'system' is not specified, it matches for every string.