5 | | == Configuration files == |
6 | | |
7 | | When prompted, always take the package maintainer's version. Our goal is to make the most minimal changes possible to package maintainers versions. |
8 | | |
9 | | The following configuration files are handled in puppet (with the stretch base version). If you take a package maintainer's version of a configuration file that is not in this list, please open a ticket to ensure we don't need to add it (don't worry, the original configuration file will be backed up). |
10 | | |
11 | | Config files safely in puppet (or we want package maintainers version) |
12 | | |
13 | | * /etc/ssh/sshd_config |
14 | | * /etc/ssh/ssh_config |
15 | | * /etc/systemd/journald.conf |
16 | | * /etc/systemd/timesyncd.conf |
17 | | * /etc/skel/.bashrc |
18 | | * /etc/login.defs |
19 | | * /etc/ssl/openssl.cnf |
20 | | * /etc/puppet/hiera.yaml |
21 | | * /etc/apt/apt.conf.d/50unattended-upgrades |
| 45 | |
| 46 | == Configuration files == |
| 47 | |
| 48 | When prompted, always take the package maintainer's version. Our goal is to make the most minimal changes possible to package maintainers versions. |
| 49 | |
| 50 | The following configuration files are handled in puppet (with the stretch base version). If you take a package maintainer's version of a configuration file that is not in this list, please open a ticket to ensure we don't need to add it (don't worry, the original configuration file will be backed up). |
| 51 | |
| 52 | Config files safely in puppet (or we want package maintainers version) |
| 53 | |
| 54 | * /etc/ssh/sshd_config |
| 55 | * /etc/ssh/ssh_config |
| 56 | * /etc/systemd/journald.conf |
| 57 | * /etc/systemd/timesyncd.conf |
| 58 | * /etc/skel/.bashrc |
| 59 | * /etc/login.defs |
| 60 | * /etc/ssl/openssl.cnf |
| 61 | * /etc/puppet/hiera.yaml |
| 62 | * /etc/apt/apt.conf.d/50unattended-upgrades |
| 63 | |