aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-11 09:11:42 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-11 09:21:36 +0200
commitd8bc769648c1528f5d749deee060d70e326ef431 (patch)
tree06b1e40db99815133dcc40e3e68531d45e1bd228 /readme.md
parent0cdf494080b285e81b531a38dbbac7f7d8e9c990 (diff)
downloadPuppet-d8bc769648c1528f5d749deee060d70e326ef431.tar.gz
Puppet-d8bc769648c1528f5d749deee060d70e326ef431.tar.zst
Puppet-d8bc769648c1528f5d749deee060d70e326ef431.zip
Monitor rsync backups
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index d8d8046..74bb294 100644
--- a/readme.md
+++ b/readme.md
@@ -22,10 +22,9 @@ reusable component. (The structure is inspired from the tutorial at
22- Add some monitoring: 22- Add some monitoring:
23 - modules/profile/manifests/postgresql/ssl.pp (check postgresql certificate) 23 - modules/profile/manifests/postgresql/ssl.pp (check postgresql certificate)
24 - modules/profile/manifests/postgresql/backup\_pgbouncer.pp (check pgbouncer works) 24 - modules/profile/manifests/postgresql/backup\_pgbouncer.pp (check pgbouncer works)
25 - modules/profile/manifests/apache.pp (check website is accessible and ssl)
26 - modules/profile/manifests/mail.pp (check e-mails are going through) 25 - modules/profile/manifests/mail.pp (check e-mails are going through)
27 - modules/profile/manifests/redis.pp (check redis is running) 26 - modules/profile/manifests/redis.pp (check redis is running)
28 - modules/role/\* (role-specific checks) 27 - modules/role/manifests/cryptoportfolio (role-specific checks)
29- Add redis replication and dumps 28- Add redis replication and dumps
30- Restore backups for cryptoportfolio 29- Restore backups for cryptoportfolio
31- Ensure latest by default for packages 30- Ensure latest by default for packages