1
0
mirror of https://github.com/strongdm/comply synced 2024-07-05 08:11:48 +00:00
comply/example/procedures/patch.md

15 lines
380 B
Markdown
Raw Normal View History

2018-05-15 21:13:11 +00:00
id: "patch"
name: "Apply OS patches"
2018-05-18 19:20:53 +00:00
cron: "0 0 0 15 * *"
2018-05-15 21:13:11 +00:00
---
2018-05-18 19:20:53 +00:00
# OS Patch Procedure
Resolve this ticket by executing the following steps:
- [ ] Pull the latest scripts from the Ops repository
- [ ] Execute `ENV=staging patch-all.sh`
- [ ] Inspect output
- [ ] Errors? Investigate and resolve
- [ ] Execute `ENV=production patch-all.sh`
- [ ] Attach log output to this ticket