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:
parent
c153dbb0a3
commit
b626425f88
@ -10,7 +10,7 @@ class github(
|
||||
include jeepyb
|
||||
include pip
|
||||
|
||||
if ! defined(Package['Pygithub']) {
|
||||
if ! defined(Package['PyGithub']) {
|
||||
package { 'PyGithub':
|
||||
ensure => latest, # okay to use latest for pip
|
||||
provider => pip,
|
||||
|
Loading…
Reference in New Issue
Block a user