summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/site.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-15 01:08:13 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-15 01:08:13 -0400
commit29fd645619f044ccf207f6f09830c8ffa4867d65 (patch)
treefc9c3df9b35fa8486d6ec6331491496c876010af /modules/tozt/manifests/site.pp
parentc667159ff4a6142f320377000e1bbff62f7ad377 (diff)
downloadpuppet-tozt-29fd645619f044ccf207f6f09830c8ffa4867d65.tar.gz
puppet-tozt-29fd645619f044ccf207f6f09830c8ffa4867d65.zip
update to actual tozt.net
Diffstat (limited to 'modules/tozt/manifests/site.pp')
-rw-r--r--modules/tozt/manifests/site.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/tozt/manifests/site.pp b/modules/tozt/manifests/site.pp
index 8eba113..3e925cf 100644
--- a/modules/tozt/manifests/site.pp
+++ b/modules/tozt/manifests/site.pp
@@ -48,13 +48,11 @@ class tozt::site {
source => 'puppet:///modules/tozt/nginx/doy.conf';
"paste-tls":
source => 'puppet:///modules/tozt/nginx/paste-tls.conf',
- enabled => false, # XXX
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';