Merge "Dependencies to install python-cinderclient"
This commit is contained in:
commit
5165d2545f
@ -95,7 +95,7 @@ class openstack_project::puppetmaster (
|
||||
package { ['python-cinderclient', 'python-novaclient']:
|
||||
ensure => latest,
|
||||
provider => pip,
|
||||
require => Package['python-lxml'],
|
||||
require => [Package['python-lxml'], Package['libxslt1-dev']],
|
||||
}
|
||||
package { 'python-paramiko':
|
||||
ensure => present,
|
||||
@ -103,6 +103,9 @@ class openstack_project::puppetmaster (
|
||||
package { 'python-lxml':
|
||||
ensure => present,
|
||||
}
|
||||
package { 'libxslt1-dev':
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
# Enable puppetdb
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user