summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/site.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-13 12:44:51 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-13 12:44:51 -0400
commit0d4bdff06c97f341f7b3a80b05e35aa5e1e6ae07 (patch)
treef267fa8bda5f92e9233d3e44f5d40fa4ad5032ab /modules/tozt/manifests/site.pp
parente8f0d9464fce0a6759e968da0cdb84a48cd5416d (diff)
downloadpuppet-tozt-0d4bdff06c97f341f7b3a80b05e35aa5e1e6ae07.tar.gz
puppet-tozt-0d4bdff06c97f341f7b3a80b05e35aa5e1e6ae07.zip
redirect blog.tozt.net to tozt.net/blog
Diffstat (limited to 'modules/tozt/manifests/site.pp')
-rw-r--r--modules/tozt/manifests/site.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/tozt/manifests/site.pp b/modules/tozt/manifests/site.pp
index 652ab86..06ffc2d 100644
--- a/modules/tozt/manifests/site.pp
+++ b/modules/tozt/manifests/site.pp
@@ -37,6 +37,12 @@ class tozt::site {
require => Class['certbot'];
"paste":
source => 'puppet:///modules/tozt/nginx/paste.conf';
+ "blog-tls":
+ source => 'puppet:///modules/tozt/nginx/blog-tls.conf',
+ enabled => false, # XXX
+ require => Class['certbot'];
+ "blog":
+ source => 'puppet:///modules/tozt/nginx/blog.conf';
}
file {