From 3e345957ee01ef899f11271b3f428bf2069286f4 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 30 Nov 2012 16:56:47 -0800 Subject: [PATCH] Protect pygithub with proper capitalization. Change-Id: I8a67a9781cc638138114da2eb870bcf856a37202 Reviewed-on: https://review.openstack.org/17272 Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- modules/github/manifests/init.pp | 2 +- modules/jeepyb/manifests/init.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/github/manifests/init.pp b/modules/github/manifests/init.pp index 7c2dabe45a..e634314881 100644 --- a/modules/github/manifests/init.pp +++ b/modules/github/manifests/init.pp @@ -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, diff --git a/modules/jeepyb/manifests/init.pp b/modules/jeepyb/manifests/init.pp index 2dd263c54a..dbce38745c 100644 --- a/modules/jeepyb/manifests/init.pp +++ b/modules/jeepyb/manifests/init.pp @@ -16,7 +16,7 @@ class jeepyb ( } } - if ! defined(Package['Pygithub']) { + if ! defined(Package['PyGithub']) { package { 'PyGithub': ensure => latest, provider => pip,