Commit 8fb91d83 by e0d

Merge pull request #1658 from edx/e0d/new-voters

Config for new voters
parents 46e0dffe e225c8c0
......@@ -61,6 +61,8 @@
- "ProccessQuienscenceVoterCelery"
- "ProccessQuienscenceVoterGunicorn"
- "TrackingLogVoter"
- "ZippedTrackingLogVoter"
- "RolledTrackingLogVoter"
# Optional auth for git
- name: create ssh script for git (not authenticated)
......
RolledTrackingLogVoter:
config:
tracking_directory: '{{ COMMON_LOG_DIR }}/tracking'
\ No newline at end of file
ZippedTrackingLogVoter:
config:
tracking_directory: '{{ COMMON_LOG_DIR }}/tracking'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment