Protect pygithub with proper capitalization.

Change-Id: I8a67a9781cc638138114da2eb870bcf856a37202
Reviewed-on: https://review.openstack.org/17272
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2012-11-30 16:56:47 -08:00 committed by Jenkins
parent 51c1135690
commit 09ec90959f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class jeepyb (
}
}
if ! defined(Package['Pygithub']) {
if ! defined(Package['PyGithub']) {
package { 'PyGithub':
ensure => latest,
provider => pip,