Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoona Hoikkala <joona@kuori.org>2015-12-10 19:17:12 +0300
committerJoona Hoikkala <joona@kuori.org>2015-12-10 19:17:12 +0300
commit509c192ab8e3515e3733a91769e2ec42b2b7acc0 (patch)
treefca05aad18d9b0f8d7acbfd5cf25d812e6f2bd6d /letsencrypt-apache
parent54127eef5a6286959fa9fe424a776f1faa5b61fb (diff)
Add RedHat Enterprise defaults to constants
Diffstat (limited to 'letsencrypt-apache')
-rw-r--r--letsencrypt-apache/letsencrypt_apache/constants.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/letsencrypt-apache/letsencrypt_apache/constants.py b/letsencrypt-apache/letsencrypt_apache/constants.py
index 87c3e6e66..049ddce4d 100644
--- a/letsencrypt-apache/letsencrypt_apache/constants.py
+++ b/letsencrypt-apache/letsencrypt_apache/constants.py
@@ -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."""