Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: voxpupuli/puppet-nginx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: voxpupuli/puppet-nginx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 16 commits
  • 20 files changed
  • 7 contributors

Commits on Apr 11, 2017

  1. Fail defined types if nginx class was not declared before

    Because the `ngnix::resource:*` types access ::ngnix class
    parameters the nginx class needs to be declared before calling
    the defined type.
    
    `include ::nginx` inside the defined type is not enough because
    params are evaluated before include is parsed.
    
    Two of the defined types only access params inside. The include
    way would work there - but for consistency I also added the fail.
    
    Closes #983
    vinzent committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    b56a08a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2017

  1. [blacksmith] Bump version to 0.7.2-rc0

    William Yardley committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    cd30daf View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Fix indent auth_basic_user_file ssl server

    Steffy Fort committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    01f5375 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1122 from fe80/fe80_fix_indent_auth_basic

    Fix indent auth_basic_user_file ssl server
    wyardley authored Sep 7, 2017
    Configuration menu
    Copy the full SHA
    849e656 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. modulesync 2017-09-15

    David Hollinger committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    3bed1ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1125 from voxpupuli/modulesync

    modulesync 1.1.0
    wyardley authored Sep 15, 2017
    Configuration menu
    Copy the full SHA
    b7e1537 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Merge pull request #1070 from vinzent/fail_if_nginx_is_not_defined

    Fail defined types if nginx class was not declared before
    wyardley authored Sep 18, 2017
    Configuration menu
    Copy the full SHA
    fc36311 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Update tests for empty index_files in location (#1128)

    William Yardley committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    1c753a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbdd622 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Remove 'Optional' for resources with defaults (as passing in undef ke…

    …eps the defaults)
    William Yardley committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    747ed40 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1129 from wyardley/fix_undef_index_files

    Remove Optional for index_files (#1128)
    wyardley authored Oct 3, 2017
    Configuration menu
    Copy the full SHA
    fd98bf2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1130 from wyardley/update_optional_params

    Remove 'Optional' for resources with default settings
    wyardley authored Oct 3, 2017
    Configuration menu
    Copy the full SHA
    18b26f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. Improve logic for ipv6 listening

    Centralizes template logic and reduces requirement on ipaddres6 fact presence.
    zachfi committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    d6bfca2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. Merge pull request #1131 from xaque208/ipv6logic

    Improve logic for ipv6 listening
    wyardley authored Oct 9, 2017
    Configuration menu
    Copy the full SHA
    0bdaf77 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. release 0.8.0

    bastelfreak committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    252acf8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1132 from bastelfreak/rel080

    release 0.8.0
    wyardley authored Oct 10, 2017
    Configuration menu
    Copy the full SHA
    ad8a4b0 View commit details
    Browse the repository at this point in the history
Loading