Add python-ESL (pip)

This commit is contained in:
Keith 2017-01-24 22:30:58 +01:00
parent 4b2653b81b
commit 174e15d208

View file

@ -333,6 +333,11 @@ class rhizo_base {
pkgname => 'gsm0338',
}
python::pip { 'python-ESL':
ensure => 'present',
pkgname => 'python-ESL',
}
file { '/usr/lib/python2.7/dist-packages':
ensure => directory,
source => 'puppet:///modules/rhizo_base/usr/lib/python2.7/dist-packages',