Install csvkit
This commit is contained in:
parent
e0d4698a38
commit
51873284d4
1 changed files with 5 additions and 0 deletions
|
@ -373,6 +373,11 @@ class rhizo_base {
|
||||||
pkgname => 'python-ESL',
|
pkgname => 'python-ESL',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
python::pip { 'csvkit':
|
||||||
|
ensure => 'present',
|
||||||
|
pkgname => 'csvkit',
|
||||||
|
}
|
||||||
|
|
||||||
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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue