Add python-lxml to puppetmaster

Python-cinderclient from pip requires it.

Change-Id: I4229b05a8eeaf7945fac936c4ea562f6a579c60b
This commit is contained in:
James E. Blair 2014-07-31 14:25:59 -07:00
parent 53a05fac12
commit b530b9d156

View File

@ -94,10 +94,14 @@ class openstack_project::puppetmaster (
package { ['python-cinderclient', 'python-novaclient']:
ensure => latest,
provider => pip,
require => Package['python-lxml'],
}
package { 'python-paramiko':
ensure => present,
}
package { 'python-lxml':
ensure => present,
}
# Enable puppetdb