Commit e2a364a837916028b1310da01b46558a7829c882

Authored by Sergio Oliveira
2 parents aba4e068 485eea91

Merge branch 'master' of github.com:TracyWebTech/colab

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