Skip to content

Commit

Permalink
Removing GeoIP Package from RH
Browse files Browse the repository at this point in the history
  • Loading branch information
James Fryman committed Jun 20, 2013
1 parent 73902bf commit c01a7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/package/redhat.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c01a7a8

Please sign in to comment.