Browse Source

Install oauth package

It adds oauth package to 'dependency_pkgs' and
'dependency_pkgs_pip' sections to have it installed
by system package manager or by pip.

Change-Id: I2e799c92c6e6f7c0705bb962ac32b8c166723af1
pull/59/merge
Max Yatsenko 7 years ago
parent
commit
dc5df56e82
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      salt/map.jinja

+ 4
- 0
salt/map.jinja View File

@@ -100,10 +100,12 @@ Debian:
- python-psutil
- python-yaml
- python-msgpack
- python-oauth
dependency_pkgs_pip:
- PyYAML
- M2Crypto
- psutil
- oauth
cert_pkgs:
- ca-certificates
Gentoo:
@@ -119,10 +121,12 @@ RedHat:
- m2crypto
- psutils
- PyYAML
- python-oauth
dependency_pkgs_pip:
- PyYAML
- M2Crypto
- psutil
- oauth
cert_pkgs:
- ca-certificates
{%- endload %}

Loading…
Cancel
Save