I hereby claim:
- I am sethvoltz on github.
- I am sethvoltz (https://keybase.io/sethvoltz) on keybase.
- I have a public key whose fingerprint is 1D24 6C71 C76D 81ED AA44 CBC8 A577 DE90 0B7D 7603
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #! /bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: logstash | |
| # Required-Start: $remote_fs $syslog | |
| # Required-Stop: $remote_fs $syslog | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Start logstash daemon at boot time | |
| # Description: Enable logstash services. |
| build_package_stdout_patch() { | |
| wget 'http://bugs.ruby-lang.org/attachments/download/1931/stdout-rouge-fix.patch' | |
| patch -p1 < stdout-rouge-fix.patch | |
| } | |
| require_gcc | |
| install_package "ruby-1.8.7-p370" "http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.gz" stdout_patch standard | |
| install_package "rubygems-1.6.2" "http://production.cf.rubygems.org/rubygems/rubygems-1.6.2.tgz" ruby | |
| #!/usr/bin/env bash | |
| # | |
| # Supported Operating Systems: | |
| # | |
| # - Arch Linux | |
| # - RedHat Based (CentOS, ...) | |
| # - Debian Based (Ubuntu, ...) | |
| # |