mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Add RedHat Enterprise defaults to constants
This commit is contained in:
parent
54127eef5a
commit
509c192ab8
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ CLI_DEFAULTS = {
|
|||
"ubuntu": CLI_DEFAULTS_DEBIAN,
|
||||
"centos": CLI_DEFAULTS_CENTOS,
|
||||
"centos linux": CLI_DEFAULTS_CENTOS,
|
||||
"fedora": CLI_DEFAULTS_CENTOS
|
||||
"fedora": CLI_DEFAULTS_CENTOS,
|
||||
"red hat enterprise linux server": CLI_DEFAULTS_CENTOS
|
||||
}
|
||||
"""CLI defaults."""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue