Added constants for os-release names

This commit is contained in:
Joona Hoikkala 2016-04-12 18:59:27 +03:00
parent 34f0e260f1
commit 57738142e2
No known key found for this signature in database
GPG key ID: C14AAE0F5ADCB854

View file

@ -78,6 +78,8 @@ CLI_DEFAULTS = {
"centos linux": CLI_DEFAULTS_CENTOS,
"fedora": CLI_DEFAULTS_CENTOS,
"red hat enterprise linux server": CLI_DEFAULTS_CENTOS,
"rhel": CLI_DEFAULTS_CENTOS,
"amazon": CLI_DEFAULTS_CENTOS,
"gentoo base system": CLI_DEFAULTS_GENTOO,
"darwin": CLI_DEFAULTS_DARWIN,
}