summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/site.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-11-06 01:37:32 -0500
committerJesse Luehrs <doy@tozt.net>2017-11-06 01:37:32 -0500
commitf8cdd73c0639ec66f1090ce946fc32265f63369c (patch)
tree0f63df81b35c842857b483b1653ccad1e25362aa /modules/tozt/manifests/site.pp
parent81003b218f43791b1d616590c0e61706bfb230e4 (diff)
downloadpuppet-tozt-f8cdd73c0639ec66f1090ce946fc32265f63369c.tar.gz
puppet-tozt-f8cdd73c0639ec66f1090ce946fc32265f63369c.zip
get a bit of the roundcubemail config in place
still need to add the actual configuration for things like the database
Diffstat (limited to 'modules/tozt/manifests/site.pp')
-rw-r--r--modules/tozt/manifests/site.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/tozt/manifests/site.pp b/modules/tozt/manifests/site.pp
index 3cf1638..b6b43ff 100644
--- a/modules/tozt/manifests/site.pp
+++ b/modules/tozt/manifests/site.pp
@@ -1,4 +1,6 @@
class tozt::site {
+ include roundcubemail
+
nginx::site {
"blog-tls":
source => 'puppet:///modules/tozt/nginx/blog-tls.conf',