-
-
Notifications
You must be signed in to change notification settings - Fork 881
Comparing changes
Open a pull request
base repository: voxpupuli/puppet-nginx
base: v0.7.1
head repository: voxpupuli/puppet-nginx
compare: v0.8.0
- 16 commits
- 20 files changed
- 7 contributors
Commits on Apr 11, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for b56a08a - Browse repository at this point
Copy the full SHA b56a08aView commit details
Commits on Sep 1, 2017
-
[blacksmith] Bump version to 0.7.2-rc0
William Yardley committedSep 1, 2017 Configuration menu - View commit details
-
Copy full SHA for cd30daf - Browse repository at this point
Copy the full SHA cd30dafView commit details
Commits on Sep 7, 2017
-
Fix indent auth_basic_user_file ssl server
Steffy Fort committedSep 7, 2017 Configuration menu - View commit details
-
Copy full SHA for 01f5375 - Browse repository at this point
Copy the full SHA 01f5375View commit details -
Merge pull request #1122 from fe80/fe80_fix_indent_auth_basic
Fix indent auth_basic_user_file ssl server
Configuration menu - View commit details
-
Copy full SHA for 849e656 - Browse repository at this point
Copy the full SHA 849e656View commit details
Commits on Sep 15, 2017
-
David Hollinger committed
Sep 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 3bed1ab - Browse repository at this point
Copy the full SHA 3bed1abView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7e1537 - Browse repository at this point
Copy the full SHA b7e1537View commit details
Commits on Sep 18, 2017
-
Merge pull request #1070 from vinzent/fail_if_nginx_is_not_defined
Fail defined types if nginx class was not declared before
Configuration menu - View commit details
-
Copy full SHA for fc36311 - Browse repository at this point
Copy the full SHA fc36311View commit details
Commits on Oct 2, 2017
-
Update tests for empty index_files in location (#1128)
William Yardley committedOct 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 1c753a6 - Browse repository at this point
Copy the full SHA 1c753a6View commit details -
Optional params with defaults don't do what I'd expect (#1128)
William Yardley committedOct 2, 2017 Configuration menu - View commit details
-
Copy full SHA for bbdd622 - Browse repository at this point
Copy the full SHA bbdd622View commit details
Commits on Oct 3, 2017
-
Remove 'Optional' for resources with defaults (as passing in undef ke…
…eps the defaults)
William Yardley committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 747ed40 - Browse repository at this point
Copy the full SHA 747ed40View commit details -
Merge pull request #1129 from wyardley/fix_undef_index_files
Remove Optional for index_files (#1128)
Configuration menu - View commit details
-
Copy full SHA for fd98bf2 - Browse repository at this point
Copy the full SHA fd98bf2View commit details -
Merge pull request #1130 from wyardley/update_optional_params
Remove 'Optional' for resources with default settings
Configuration menu - View commit details
-
Copy full SHA for 18b26f3 - Browse repository at this point
Copy the full SHA 18b26f3View commit details
Commits on Oct 8, 2017
-
Improve logic for ipv6 listening
Centralizes template logic and reduces requirement on ipaddres6 fact presence.
Configuration menu - View commit details
-
Copy full SHA for d6bfca2 - Browse repository at this point
Copy the full SHA d6bfca2View commit details
Commits on Oct 9, 2017
-
Merge pull request #1131 from xaque208/ipv6logic
Improve logic for ipv6 listening
Configuration menu - View commit details
-
Copy full SHA for 0bdaf77 - Browse repository at this point
Copy the full SHA 0bdaf77View commit details
Commits on Oct 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 252acf8 - Browse repository at this point
Copy the full SHA 252acf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad8a4b0 - Browse repository at this point
Copy the full SHA ad8a4b0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.7.1...v0.8.0