Don't remove PyYAML - because cloud-init

We can just not install it.

Change-Id: Ib9b4b842d7426c5f95b2347fbabb5e876c2808b9
This commit is contained in:
Monty Taylor 2017-09-19 13:05:49 -05:00
parent 604504fd98
commit 387701d1dd
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 0 additions and 6 deletions

View File

@ -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: