diff --git a/manifests/init.pp b/manifests/init.pp index 7c2dabe..e634314 100644 --- a/manifests/init.pp +++ b/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,