Jan Dittberner
7381b5bfd8
- merge improvements from the internal saltstack repository - define dummy secrets in the pillars - use systemd to setup the gvaldap celery worker
14 lines
295 B
Text
14 lines
295 B
Text
pipenv-preconditions:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- python3-wheel
|
|
- python3-pip
|
|
- python3-setuptools
|
|
|
|
install_pipenv:
|
|
cmd.run:
|
|
- name: python3 -m pip install -U --prefix /usr/local pipenv
|
|
- creates: /usr/local/bin/pipenv
|
|
- require:
|
|
- pipenv-preconditions
|
|
|