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 08ad5a27a5
commit 3e345957ee
2 changed files with 2 additions and 2 deletions

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,

View File

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