Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: hiera/roles/logprocessor.yaml

Issue 29341151: Issue 4019 - Added "Edge" to platform choices in Issues tracker at issues1. (Closed)
Patch Set: Created May 10, 2016, 3:35 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « hiera/install_precise.py ('k') | hiera/roles/web/easylist.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hiera/roles/logprocessor.yaml
===================================================================
deleted file mode 100644
--- a/hiera/roles/logprocessor.yaml
+++ /dev/null
@@ -1,50 +0,0 @@
-# This role is meant for development, testing and debugging purpose only
-classes:
- adblockplus::log::processor:
- fluent:
- package:
- ensure: "2.3.1-0"
- provider: "apt"
- user:
- managehome: true
- groups:
- - "adm"
- - "users"
- shell: "/bin/bash"
-
-# modules/fluent/manifests/config.pp
-fluent::configs:
- debugging_example:
- content: |
- <source>
- @type debug_agent
- bind 0.0.0.0
- port 24230
- </source>
- ensure: "absent"
- name: "20-debug"
- monitoring_example:
- content: |
- <source>
- @type monitor_agent
- bind 0.0.0.0
- port 24220
- </source>
- ensure: "present"
- name: "20-monitor"
- output_example:
- content: |
- <match **>
- @type file
- path /tmp/fluentd-example.log
- </match>
- ensure: "present"
- name: "80-output"
-
-# modules/fluent/manifests/gem.pp
-fluent::gems:
- fluent-plugin-secure-forward:
- ensure: "absent"
- fluent-plugin-grep:
- ensure: "present"
-
« no previous file with comments | « hiera/install_precise.py ('k') | hiera/roles/web/easylist.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld