Add python-ESL (pip)
This commit is contained in:
parent
4b2653b81b
commit
174e15d208
1 changed files with 5 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue