module-nginx/manifests
Joshua Hoblitt 8a1981f640 update nginx::package to select the package class by $::osfamily
There were some bugs in the existing $::operatingsystem based approach.

* amazon was it's own package set when it's properly part of $::osfamily ==
'redhat' as of facter >= 1.7.2

* gentoo was improperly part of the amazon package set; this patch removes
support for gentoo but it was broken anyways

modifications to nginx:📦:redhat were made as well

* it no longer tries to setup the nginx.org yumrepo for fedora as no packages
for fedora are currently provided

* amazon release numbers are inconsistent with EL.  Unknown
$::lsbmajdistrelease values are now mapped to 6 so it's no longer nessicary to
test for $::lsbmajdistrelease being undefined.  This logic will need to be
reworked after RHEL7.x is released.

* the url to the nginx repo was including $::operatingsystem in it but
nginx.org only has package dirs for 'rhel' & 'centos' which are presently
identical; the usage of the 'rhel' dir has been hardcoded.  This fixes broken
yum repo setup for all $::osfamily == 'redhat' platforms other than redhat and
centos.
2013-08-22 13:32:54 -07:00
..
package update nginx::package to select the package class by $::osfamily 2013-08-22 13:32:54 -07:00
resource Fix the error 'You cannot specify more than one of content, source, target' 2013-08-11 12:15:26 +05:30
config.pp Adding option http_cfg_append to class nginx 2013-07-21 04:12:18 +04:00
init.pp Merge branch 'master' of https://github.com/jfryman/puppet-nginx into dev 2013-07-21 19:40:29 +04:00
package.pp update nginx::package to select the package class by $::osfamily 2013-08-22 13:32:54 -07:00
params.pp Adding option http_cfg_append to class nginx 2013-07-21 04:12:18 +04:00
service.pp linting 2013-05-08 14:15:42 +02:00