Don't remove PyYAML - because cloud-init
We can just not install it. Change-Id: Ib9b4b842d7426c5f95b2347fbabb5e876c2808b9
This commit is contained in:
parent
604504fd98
commit
387701d1dd
@ -4,8 +4,6 @@ class jeepyb (
|
||||
$git_source_repo = 'https://git.openstack.org/openstack-infra/jeepyb',
|
||||
$git_revision = 'master',
|
||||
) {
|
||||
# A lot of things need yaml, be conservative requiring this package to avoid
|
||||
# conflicts with other modules.
|
||||
case $::osfamily {
|
||||
'Debian': {
|
||||
$jeepyb_packages = [
|
||||
@ -21,9 +19,7 @@ class jeepyb (
|
||||
}
|
||||
|
||||
realize (
|
||||
Package['python-paramiko'],
|
||||
Package['gcc'],
|
||||
Package['python-yaml'],
|
||||
Package['libxml2-dev'],
|
||||
Package['libxslt1-dev'],
|
||||
Package['libffi-dev'],
|
||||
@ -32,7 +28,6 @@ class jeepyb (
|
||||
|
||||
$remove_packages = [
|
||||
'python-paramiko',
|
||||
'python-yaml',
|
||||
]
|
||||
|
||||
package { $remove_packages:
|
||||
@ -62,7 +57,6 @@ class jeepyb (
|
||||
|
||||
$remove_packages = [
|
||||
'python-paramiko',
|
||||
'PyYAML',
|
||||
]
|
||||
|
||||
package { $remove_packages:
|
||||
|
Loading…
x
Reference in New Issue
Block a user