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 c153dbb0a3
commit b626425f88

View File

@ -10,7 +10,7 @@ class github(
include jeepyb include jeepyb
include pip include pip
if ! defined(Package['Pygithub']) { if ! defined(Package['PyGithub']) {
package { 'PyGithub': package { 'PyGithub':
ensure => latest, # okay to use latest for pip ensure => latest, # okay to use latest for pip
provider => pip, provider => pip,