pip modules can soon me installed via Hiera
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user