diff --git a/admin-guide/configuration/package_repositories.md b/admin-guide/configuration/package_repositories.md index 204eab9d..c53f7a94 100644 --- a/admin-guide/configuration/package_repositories.md +++ b/admin-guide/configuration/package_repositories.md @@ -84,7 +84,7 @@ The available tags your find at - [https://repos.psi.ch/rhel8/tags/](https://repos.psi.ch/rhel8/tags/) for RHEL 8 (note the `prod` tag will phase out) - [https://repos.psi.ch/rhel7/tags/](https://repos.psi.ch/rhel7/tags/) for RHEL 7 -### Package Repositories made Available by the Linux Group +## Package Repositories made Available by the Linux Group Availabe on all systems are: - RedHat [BaseOS](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/package_manifest/baseos-repository), [AppStream](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/package_manifest/appstream-repository) and [CodeReady](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/package_manifest/codereadylinuxbuilder-repository) repositories @@ -130,21 +130,9 @@ A small list of packages managed by the Linux Team. - [nvidia-detect](http://elrepo.org/tiki/nvidia-detect) copied over from ElRepo to make it generally available - [bob](https://git.psi.ch/linux-infra/bob) -### Package Repositories made Available by other PSI Groups +## Package Repositories made Available by other PSI Groups - `tivoli`, IBM backup software for Arema, managed by Datacenter and DB Services, AIT - `nxserver` for NoMachine NX -## Automated Package Updates - -The automatic updates are controlled in Hiera: - -| Hiera key | default | comments | -|-----------------------------------|----------|-------------------------------------------------------------------------------| -| base::automatic_updates::interval | weekly | valid are `daily`, `weekly` and `never` which disables the automatic updates | -| base::automatic_updates::type | security | `security` installs only security updates whereas `all` installs all updates | -| base::automatic_updates::exclude | [] | list of packages not to update, wildcards like "*" are allowed | -| base::automatic_updates::kernel | false | define if new kernel packages also should be installed automatically | - -Note that the updates run on midnight, for `weekly` from Sunday to Monday. There is no automatic reboot, e.g. for kernel updates.