pip modules can soon me installed via Hiera

This commit is contained in:
2024-02-26 11:14:02 +01:00
parent 662690aafa
commit 48d6ba2766
+9 -1
View File
@@ -70,10 +70,18 @@ Note that this tag can be combined with the `latest` and `absent` tag.
RHEL 8 introduced the concept of [module streams](https://docs.pagure.org/modularity/).
A specific stream can be selected with the `stream` tag:
```
base::pkg_group::nodejos:
base::pkg_group::nodejs:
- 'nodejs:stream=12'
```
## Install Python Modules with `pip`
The `pip` tag can be used to install Python module using `pip`:
```
base::pkg_group::my_pip_modules:
- 'gitinfo:pip'
```
## Remove Packages
To remove an already installed package, append the `:absent` tag to the package name in the package group: