mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Basic dev/test setup for separate package subdirectories.
This commit is contained in:
@@ -16,7 +16,11 @@ logger = logging.getLogger(__name__)
|
||||
class PluginEntryPoint(object):
|
||||
"""Plugin entry point."""
|
||||
|
||||
PREFIX_FREE_DISTRIBUTIONS = ["letsencrypt"]
|
||||
PREFIX_FREE_DISTRIBUTIONS = [
|
||||
"letsencrypt",
|
||||
"letsencrypt-apache",
|
||||
"letsencrypt-nginx",
|
||||
]
|
||||
"""Distributions for which prefix will be omitted."""
|
||||
|
||||
# this object is mutable, don't allow it to be hashed!
|
||||
|
||||
Reference in New Issue
Block a user