diff --git a/manifests/package/redhat.pp b/manifests/package/redhat.pp index 0c095a7d0..11a21bee2 100644 --- a/manifests/package/redhat.pp +++ b/manifests/package/redhat.pp @@ -14,7 +14,7 @@ # # This class file is not called directly class nginx::package::redhat { - $redhat_packages = ['nginx', 'GeoIP', 'gd', 'libXpm', 'libxslt'] + $redhat_packages = ['nginx', 'gd', 'libXpm', 'libxslt'] if downcase($::operatingsystem) == 'redhat' { $os_type = 'rhel'