Merge "Add python-lxml to puppetmaster"
This commit is contained in:
commit
8eb1362c30
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user