summaryrefslogtreecommitdiffstats
path: root/modules/certbot/files/bootstrap-certbot
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-15 01:09:28 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-15 01:09:28 -0400
commitb9d8b7e19dbf72a7c358b65d13b918ba7d98a4e8 (patch)
tree0c5178a3e23b6dfbf1d4fa89ca31f258e757227f /modules/certbot/files/bootstrap-certbot
parent2ec1ca36dba4d603717c12dd734f1061fbcd41cd (diff)
downloadpuppet-tozt-b9d8b7e19dbf72a7c358b65d13b918ba7d98a4e8.tar.gz
puppet-tozt-b9d8b7e19dbf72a7c358b65d13b918ba7d98a4e8.zip
fix up a couple more references
Diffstat (limited to 'modules/certbot/files/bootstrap-certbot')
-rwxr-xr-xmodules/certbot/files/bootstrap-certbot2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/certbot/files/bootstrap-certbot b/modules/certbot/files/bootstrap-certbot
index b5b634d..4ca256c 100755
--- a/modules/certbot/files/bootstrap-certbot
+++ b/modules/certbot/files/bootstrap-certbot
@@ -29,7 +29,7 @@ events {
http {
server {
listen 80 default;
- server_name new.tozt.net;
+ server_name tozt.net;
location / {
root /tmp;
}