Skip to content

Commit ef33eef

Browse files
committed
updated docs
1 parent 6a8ecda commit ef33eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ By default, the following utility packages are installed during build:
7575
- git
7676
- latest python version for system (3.6 for for Rocky 8.9 and 3.12 for Rocky 9.4)
7777

78-
Additional packages from any DNF repositories which are enabled during build (which always includes EPEL, PowerTools and OpenHPC) can be added to the image by defining a list `appliances_other_extra_packages` (defaulted to the empty list in the common environment) in e.g. `environments/$SITE_ENV/inventory/group_vars/all/defaults.yml`. For example:
78+
Additional packages from any DNF repositories which are enabled during build (which always includes EPEL, PowerTools and OpenHPC) can be added to the image by defining a list `appliances_extra_packages_other` (defaulted to the empty list in the common environment) in e.g. `environments/$SITE_ENV/inventory/group_vars/all/defaults.yml`. For example:
7979

8080
```yaml
8181
# environments/foo-base/inventory/group_vars/all/defaults.yml:
82-
appliances_other_extra_package:
82+
appliances_extra_packages_other:
8383
- somepackage
8484
- anotherpackage
8585

0 commit comments

Comments
 (0)