Skip to content

Commit

Permalink
install python3-pip and python-pip to work around saltstack/salt#54755
Browse files Browse the repository at this point in the history
  • Loading branch information
bitskri3g committed Sep 27, 2019
1 parent 6bb6d83 commit c7a22f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions formulas/common/base.sls
Expand Up @@ -31,6 +31,13 @@ role:
{% endif %}

{% if salt['grains.get']('upgraded') != True %}

install_pip:
pkg.install:
- name:
- python-pip
- python3-pip

update_all:
pkg.uptodate:
- refresh: true
Expand Down

0 comments on commit c7a22f6

Please sign in to comment.