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

Unified Diff: modules/logstash/files/logstash.sh

Issue 29327588: Issue 2864 - Introduce class logstash (Closed)
Patch Set: Issue 2864 - Address feedback from code-review Created Oct. 20, 2015, 1:04 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/roles/logstashserver.yaml ('k') | modules/logstash/manifests/fragment.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/logstash/files/logstash.sh
diff --git a/modules/logstash/files/logstash.sh b/modules/logstash/files/logstash.sh
new file mode 100644
index 0000000000000000000000000000000000000000..6b7b399a219936daef2647a3665f293a815ef4fd
--- /dev/null
+++ b/modules/logstash/files/logstash.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec /opt/logstash/bin/logstash "$@"
+
« no previous file with comments | « hiera/roles/logstashserver.yaml ('k') | modules/logstash/manifests/fragment.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld