Add GSM 03.38 Python Module

This commit is contained in:
Keith 2016-05-22 14:15:22 +01:00
parent a1384d4fe3
commit f55433c0bf

View file

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