Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sort $vhost_cfg_append hash in vhost_footer.erb template #115

Merged
merged 1 commit into from
Aug 22, 2013

Commits on Aug 22, 2013

  1. 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::package::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.
    Joshua Hoblitt committed Aug 22, 2013
    Configuration menu
    Copy the full SHA
    8a1981f View commit details
    Browse the repository at this point in the history