summaryrefslogtreecommitdiffstats
path: root/modules/partofme
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/partofme
parent2a49dab1adc1fa2b744041272e8a6b8fd07440cf (diff)
downloadpuppet-tozt-cef5a0ed716509085d113999fbc419998330e3d2.tar.gz
puppet-tozt-cef5a0ed716509085d113999fbc419998330e3d2.zip
more things to remove
Diffstat (limited to 'modules/partofme')
-rw-r--r--modules/partofme/files/munin-plugin-conf6
-rw-r--r--modules/partofme/files/sshd_config.duplicati7
-rw-r--r--modules/partofme/templates/duplicati-partofme-cloud.json75
-rw-r--r--modules/partofme/templates/duplicati-partofme.json73
4 files changed, 0 insertions, 161 deletions
diff --git a/modules/partofme/files/munin-plugin-conf b/modules/partofme/files/munin-plugin-conf
deleted file mode 100644
index ef4fe98..0000000
--- a/modules/partofme/files/munin-plugin-conf
+++ /dev/null
@@ -1,6 +0,0 @@
-[smart_*]
-user root
-group disk
-
-[package_updates]
-user root
diff --git a/modules/partofme/files/sshd_config.duplicati b/modules/partofme/files/sshd_config.duplicati
deleted file mode 100644
index 52a33fe..0000000
--- a/modules/partofme/files/sshd_config.duplicati
+++ /dev/null
@@ -1,7 +0,0 @@
-Match User duplicati
- ChrootDirectory %h
- ForceCommand internal-sftp
- AllowTcpForwarding no
- X11Forwarding no
-
-# vim:ft=sshdconfig
diff --git a/modules/partofme/templates/duplicati-partofme-cloud.json b/modules/partofme/templates/duplicati-partofme-cloud.json
deleted file mode 100644
index 64d2921..0000000
--- a/modules/partofme/templates/duplicati-partofme-cloud.json
+++ /dev/null
@@ -1,75 +0,0 @@
-{
- "CreatedByVersion": "2.0.4.4",
- "Schedule": {
- "ID": 2,
- "Tags": [
- "ID=5"
- ],
- "Time": "2018-11-19T18:00:00Z",
- "Repeat": "1D",
- "LastRun": "0001-01-01T05:00:00Z",
- "Rule": "AllowedWeekDays=Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday",
- "AllowedDays": [
- "mon",
- "tue",
- "wed",
- "thu",
- "fri",
- "sat",
- "sun"
- ]
- },
- "Backup": {
- "ID": "5",
- "Name": "partofme-cloud",
- "Description": "",
- "Tags": [],
- "TargetURL": "<%= @cloud_url %>",
- "DBPath": "/root/.config/Duplicati/80677580908767887373.sqlite",
- "Sources": [
- "/media/persistent/crypt/",
- "/media/persistent/media/",
- "/media/persistent/systems/"
- ],
- "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": "<%= @cloud_encrypt_passphrase %>",
- "Argument": null
- },
- {
- "Filter": "",
- "Name": "retention-policy",
- "Value": "1W:1D,4W:1W,12M:1M",
- "Argument": null
- }
- ],
- "Filters": [],
- "Metadata": {},
- "IsTemporary": false
- },
- "DisplayNames": {
- "/media/persistent/crypt/": "crypt",
- "/media/persistent/media/": "media",
- "/media/persistent/systems/": "systems"
- }
-}
diff --git a/modules/partofme/templates/duplicati-partofme.json b/modules/partofme/templates/duplicati-partofme.json
deleted file mode 100644
index b0fae06..0000000
--- a/modules/partofme/templates/duplicati-partofme.json
+++ /dev/null
@@ -1,73 +0,0 @@
-{
- "CreatedByVersion": "2.0.4.4",
- "Schedule": {
- "ID": 1,
- "Tags": [
- "ID=1"
- ],
- "Time": "2018-11-19T18:00:00Z",
- "Repeat": "1D",
- "LastRun": "0001-01-01T05:00:00Z",
- "Rule": "AllowedWeekDays=Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday",
- "AllowedDays": [
- "mon",
- "tue",
- "wed",
- "thu",
- "fri",
- "sat",
- "sun"
- ]
- },
- "Backup": {
- "ID": "1",
- "Name": "partofme",
- "Description": "",
- "Tags": [],
- "TargetURL": "file:///media/persistent/duplicati/backups/partofme",
- "DBPath": "/media/persistent/duplicati/.config/Duplicati/90657175837370896667.sqlite",
- "Sources": [
- "/etc/",
- "/home/"
- ],
- "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": [],
- "Metadata": {},
- "IsTemporary": false
- },
- "DisplayNames": {
- "/etc/": "etc",
- "/home/": "home"
- }
-}