1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Added correct os_info string for CentOS

This commit is contained in:
Joona Hoikkala
2015-12-05 19:10:40 +02:00
parent da5b980674
commit b856fc58af

View File

@@ -22,7 +22,8 @@ CLI_DEFAULTS_CENTOS = dict(
CLI_DEFAULTS = {
"debian": CLI_DEFAULTS_DEBIAN,
"ubuntu": CLI_DEFAULTS_DEBIAN,
"centos": CLI_DEFAULTS_CENTOS
"centos": CLI_DEFAULTS_CENTOS,
"centos linux": CLI_DEFAULTS_CENTOS
}
"""CLI defaults."""