diff --git a/manifests/init.pp b/manifests/init.pp index 2dd263c..dbce387 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -16,7 +16,7 @@ class jeepyb ( } } - if ! defined(Package['Pygithub']) { + if ! defined(Package['PyGithub']) { package { 'PyGithub': ensure => latest, provider => pip,