|
@@ -47,6 +47,7 @@ Consider the following checklist when reviewing a module's design.
|
47
|
47
|
- Does the role create data on the server that is impossible or difficult to reproduce, e.g., private keys? If so, update the tarsnap role to include precious data in backups.
|
48
|
48
|
- Does the role need an SSL certificate for a new subdomain? If so, update the letsencrypt tasklist in the common role.
|
49
|
49
|
- Does the role add an Apache virtual site? If so, has somebody knowledgable in Apache configuration and security reviewed the configuration?
|
|
50
|
+- Does README.md need to be updated based on new or changed finalization instructions?
|
50
|
51
|
|
51
|
52
|
## Submitting pull requests
|
52
|
53
|
|