summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/site.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-08 00:33:54 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-08 00:50:51 -0400
commit49ce95b22c4fb4b86bde09f441a1bbbd1a4bcc99 (patch)
tree915817ac7fac0b07657c65550fff8d9ab967471d /modules/tozt/manifests/site.pp
parentd03ad4aff9fcb48c8bf489388f7466b868ec0f39 (diff)
downloadpuppet-tozt-49ce95b22c4fb4b86bde09f441a1bbbd1a4bcc99.tar.gz
puppet-tozt-49ce95b22c4fb4b86bde09f441a1bbbd1a4bcc99.zip
remove vpn and mail configuration
going to use algo and mailu instead on separate hosts
Diffstat (limited to 'modules/tozt/manifests/site.pp')
-rw-r--r--modules/tozt/manifests/site.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/tozt/manifests/site.pp b/modules/tozt/manifests/site.pp
index b6b43ff..b221978 100644
--- a/modules/tozt/manifests/site.pp
+++ b/modules/tozt/manifests/site.pp
@@ -1,6 +1,4 @@
class tozt::site {
- include roundcubemail
-
nginx::site {
"blog-tls":
source => 'puppet:///modules/tozt/nginx/blog-tls.conf',
@@ -12,11 +10,6 @@ class tozt::site {
enabled => false;
"doy":
source => 'puppet:///modules/tozt/nginx/doy.conf';
- "mail-tls":
- source => 'puppet:///modules/tozt/nginx/mail-tls.conf',
- enabled => false;
- "mail":
- source => 'puppet:///modules/tozt/nginx/mail.conf';
"paste-tls":
source => 'puppet:///modules/tozt/nginx/paste-tls.conf',
enabled => false;