summaryrefslogtreecommitdiffstats
path: root/manifests/mail.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-12-05 06:32:38 -0500
committerJesse Luehrs <doy@tozt.net>2018-12-05 06:32:38 -0500
commit59715baf043453027d91172aedda60228101f4fc (patch)
tree189b8b2e5f1ed1608ad425e788e11109728d5aa3 /manifests/mail.pp
parentaceaedaa9361951848cb3b5e8a7207611a1be90e (diff)
downloadpuppet-tozt-59715baf043453027d91172aedda60228101f4fc.tar.gz
puppet-tozt-59715baf043453027d91172aedda60228101f4fc.zip
start trying to migrate mail into the main puppet config
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r--manifests/mail.pp12
1 files changed, 12 insertions, 0 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp
new file mode 100644
index 0000000..d91d47e
--- /dev/null
+++ b/manifests/mail.pp
@@ -0,0 +1,12 @@
+node 'mail', 'mail.localdomain' {
+ $persistent_data = '/media/persistent'
+ include mail::persistent
+ Class['mail::persistent'] -> Class['base']
+
+ include base
+
+ # include mail::backups
+ include mail::mailu
+ include mail::operatingsystem
+ include mail::services
+}