summaryrefslogtreecommitdiffstats
path: root/modules/mail
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-26 22:34:46 -0400
committerJesse Luehrs <doy@tozt.net>2021-03-26 22:34:46 -0400
commitcef5a0ed716509085d113999fbc419998330e3d2 (patch)
tree4215c36a8376480a7ef962816500262c162eb3bb /modules/mail
parent2a49dab1adc1fa2b744041272e8a6b8fd07440cf (diff)
downloadpuppet-tozt-cef5a0ed716509085d113999fbc419998330e3d2.tar.gz
puppet-tozt-cef5a0ed716509085d113999fbc419998330e3d2.zip
more things to remove
Diffstat (limited to 'modules/mail')
-rw-r--r--modules/mail/files/munin-plugin-conf14
-rw-r--r--modules/mail/manifests/monitoring.pp1
-rw-r--r--modules/mail/templates/duplicati-mail.json81
3 files changed, 0 insertions, 96 deletions
diff --git a/modules/mail/files/munin-plugin-conf b/modules/mail/files/munin-plugin-conf
deleted file mode 100644
index 547c220..0000000
--- a/modules/mail/files/munin-plugin-conf
+++ /dev/null
@@ -1,14 +0,0 @@
-[fail2ban]
-user root
-
-[tarsnap]
-user root
-
-[tarsnap_last_run]
-user root
-
-[package_updates]
-user root
-
-[mail_count]
-user root
diff --git a/modules/mail/manifests/monitoring.pp b/modules/mail/manifests/monitoring.pp
index 1f0f37a..fa82a38 100644
--- a/modules/mail/manifests/monitoring.pp
+++ b/modules/mail/manifests/monitoring.pp
@@ -4,7 +4,6 @@ class mail::monitoring {
class {
[
"tick::client::plugin::fail2ban",
- "tick::client::plugin::tarsnap",
]:
}
}
diff --git a/modules/mail/templates/duplicati-mail.json b/modules/mail/templates/duplicati-mail.json
deleted file mode 100644
index 3264374..0000000
--- a/modules/mail/templates/duplicati-mail.json
+++ /dev/null
@@ -1,81 +0,0 @@
-{
- "CreatedByVersion": "2.0.4.4",
- "Schedule": {
- "ID": 1,
- "Tags": [
- "ID=1"
- ],
- "Time": "2018-11-19T18:00:00Z",
- "Repeat": "1D",
- "LastRun": "0001-01-01T00:00:00Z",
- "Rule": "AllowedWeekDays=Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday",
- "AllowedDays": [
- "mon",
- "tue",
- "wed",
- "thu",
- "fri",
- "sat",
- "sun"
- ]
- },
- "Backup": {
- "ID": "1",
- "Name": "mail",
- "Description": "",
- "Tags": [],
- "TargetURL": "<%= @url %>",
- "DBPath": "/media/persistent/duplicati/mail.sqlite",
- "Sources": [
- "/media/persistent/",
- "/home/",
- "/etc/"
- ],
- "Settings": [
- {
- "Filter": "",
- "Name": "encryption-module",
- "Value": "aes",
- "Argument": null
- },
- {
- "Filter": "",
- "Name": "compression-module",
- "Value": "zip",
- "Argument": null
- },
- {
- "Filter": "",
- "Name": "dblock-size",
- "Value": "50mb",
- "Argument": null
- },
- {
- "Filter": "",
- "Name": "passphrase",
- "Value": "<%= @encrypt_passphrase %>",
- "Argument": null
- },
- {
- "Filter": "",
- "Name": "retention-policy",
- "Value": "1W:1D,4W:1W,12M:1M",
- "Argument": null
- }
- ],
- "Filters": [
- {
- "Order": 0,
- "Include": false,
- "Expression": "/media/persistent/duplicati/"
- }
- ],
- "Metadata": {},
- "IsTemporary": false
- },
- "DisplayNames": {
- "/media/persistent/": "persistent",
- "/home/": "home",
- "/etc/": "etc"
- }
-}