Merge "Add python-lxml to puppetmaster"

This commit is contained in:
Jenkins 2014-07-31 23:36:53 +00:00 committed by Gerrit Code Review
commit 8eb1362c30

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