mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:15:42 +02:00
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:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user