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,