This repository was archived by the owner on Mar 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 200
backmerge for release 6.0.0 #258
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Nginx/Gunicorn is now fully supported on both Debian and RedHat-like systems - The correct username/group is now used across apache/nginx for both Debian and RedHat - Pip is now the default provider for Django to ensure mutually-working package versions are installed. - Added systemd scripts for when `$service_provider == 'systemd'` - Added workaround for [race condition bug in graphite](graphite-project/graphite-web#403) - Added configuration variable `gr_web_server_remove_default` -- default config is only wiped when the variable is true, or when it is `undef` and `gr_web_server_port` == 80 - Renamed `gr_apache_port` and `gr_apache_port_https` to `gr_web_server_port` and `gr_web_server_port` respectively. If the old configuration values are used, puppet fails telling you to use the new ones.
- Nginx/Gunicorn is now fully supported on both Debian and RedHat-like systems - The correct username/group is now used across apache/nginx for both Debian and RedHat - Pip is now the default provider for Django to ensure mutually-working package versions are installed. - Added RedHat initscripts - Added workaround for [race condition bug in graphite](graphite-project/graphite-web#403) - Added configuration variable `gr_web_server_remove_default` -- default config is only wiped when the variable is true, or when it is `undef` and `gr_web_server_port` == 80 - Renamed `gr_apache_port` and `gr_apache_port_https` to `gr_web_server_port` and `gr_web_server_port` respectively. If the old configuration values are used, puppet fails telling you to use the new ones. - Fixed resource chaining bug causing failure on Ubuntu 12.04.5 - Added Compatbility Notes to README
- Nginx/Gunicorn is now fully supported on both Debian and RedHat-like systems - The correct username/group is now used across apache/nginx for both Debian and RedHat - Pip is now the default provider for Django to ensure mutually-working package versions are installed. - Added RedHat initscripts - Added workaround for [race condition bug in graphite](graphite-project/graphite-web#403) - Added configuration variable `gr_web_server_remove_default` -- default config is only wiped when the variable is true, or when it is `undef` and `gr_web_server_port` == 80 - Renamed `gr_apache_port` and `gr_apache_port_https` to `gr_web_server_port` and `gr_web_server_port` respectively. If the old configuration values are used, puppet fails telling you to use the new ones. - Fixed resource chaining bug causing failure on Ubuntu 12.04.5 - Added Compatbility Notes to README
Nginx/Gunicorn support for RedHat and other small things
Add param for carbon-relay init.d ulimit
Fix spacing
This forces the puppet service provider to 'redhat' on red hat systems, which prevents puppet from enabling the init service on RHEL7 systems on every run.
[develop] python-crypto obsoleted by python2-crypto on RHEL / CentOS 7
set the service provider on red hat systems
Update gunicorn to be compatible with new django
This should provide functionality to support FHS/custom paths. Also addresses issue #171
add support for custom directory locations
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.