Commit 485eea91bf2bc3baa9a977396fe83a512d042129
1 parent
77de0659
Exists in
master
and in
39 other branches
Minor fix on puppet requirements
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
puppet/modules/colab/manifests/requirements.pp
@@ -36,7 +36,7 @@ class colab::requirements { | @@ -36,7 +36,7 @@ class colab::requirements { | ||
36 | package { 'pyOpenSSL': | 36 | package { 'pyOpenSSL': |
37 | ensure => installed, | 37 | ensure => installed, |
38 | provider => pip, | 38 | provider => pip, |
39 | - require => Package['python-pip'], | 39 | + require => [Package['python-pip'], Package['python-dev'], Package['build-essential']], |
40 | } | 40 | } |
41 | 41 | ||
42 | # links virtualenvwrapper to load automaticaly | 42 | # links virtualenvwrapper to load automaticaly |