| 41 | |
| 42 | |
| 43 | == OS Errata and RPM Updates == |
| 44 | |
| 45 | QWG templates provide an easy and flexible way to deploy OS errata RPM as provided by Linux distros or site specific updates to OS RPMs. This is based on 2 templates and a few variables. |
| 46 | |
| 47 | There is a distinct template for standard OS RPM errata and for site specific updates to standard OS RPMs. They are : |
| 48 | * `rpms/updates.tpl` : site specific updates to standard OS RPMs. |
| 49 | * `PKG_OS_ERRATA_TEMPLATE` : a variable whose value is the name of the template containing errata RPMs to install. The default name is `rpms/errata.tpl` (`.tpl` must be ommited in variable value). QWG templates provide a default errata template and update it regularly based on available errata. A site is free to maintain its own list. |
| 50 | |
| 51 | By default, errata RPMs are not deployed. To do it, variable `PKG_DEPLOY_OS_ERRATA` must be defined to `true`. |
| 52 | |
| 53 | |
| 54 | |