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']:
|
package { ['python-cinderclient', 'python-novaclient']:
|
||||||
ensure => latest,
|
ensure => latest,
|
||||||
provider => pip,
|
provider => pip,
|
||||||
|
require => Package['python-lxml'],
|
||||||
}
|
}
|
||||||
package { 'python-paramiko':
|
package { 'python-paramiko':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
}
|
}
|
||||||
|
package { 'python-lxml':
|
||||||
|
ensure => present,
|
||||||
|
}
|
||||||
|
|
||||||
# Enable puppetdb
|
# Enable puppetdb
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user