aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 18:08:22 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 18:08:22 +0200
commit58dcdabe0f9f28a5bd87338a9d03c8c4c574c8c3 (patch)
treef6df5c80de2226b9dddf28177432e20a9566948a
parentFix operation precedence for 'in'. (diff)
downloadhugonikanor-letsencrypt-58dcdabe0f9f28a5bd87338a9d03c8c4c574c8c3.tar.gz
hugonikanor-letsencrypt-58dcdabe0f9f28a5bd87338a9d03c8c4c574c8c3.tar.xz
Remove invalid option from README.
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8943db9..2012eaf 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,6 @@ include ::letsencrypt
letsencrypt::cert { 'example.com':
include_self => true,
authenticator => 'nginx',
- email => 'domainmaster@example.com',
}
```