Update constants.py

Add strings for Gentoo: one matches platform.linux_distribution(), the other matches contents of /etc/os-release
This commit is contained in:
LeCoyote 2016-06-02 18:17:21 +04:00
parent 2a9e190cf2
commit 8d6502a756

View file

@ -81,6 +81,7 @@ CLI_DEFAULTS = {
"rhel": CLI_DEFAULTS_CENTOS,
"amazon": CLI_DEFAULTS_CENTOS,
"gentoo": CLI_DEFAULTS_GENTOO,
"gentoo base system": CLI_DEFAULTS_GENTOO,
"darwin": CLI_DEFAULTS_DARWIN,
}
"""CLI defaults."""