Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Add python-pip requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
nvogel committed Dec 15, 2014
1 parent ad61ccc commit 0ab4535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
Redhat: {
$pip_dep_package = ['PyYAML','libyaml','python-babel','python-crypto',
'python-ecdsa','python-httplib2','python-jinja2','python-keyczar',
'python-markupsafe','python-paramiko','python-pyasn1','python-six']
'python-markupsafe','python-paramiko','python-pyasn1','python-six',
'python-pip']
}
default : {
$pip_dep_package = []
Expand Down

0 comments on commit 0ab4535

Please sign in to comment.