Skip to content

Commit

Permalink
Merge pull request #241 from heroinbob/remote_syslog_update
Browse files Browse the repository at this point in the history
Update Papertrail Recipe - Use remote_syslog 0.16
  • Loading branch information
radamanthus committed Jan 27, 2016
2 parents 45a55b5 + 1e0397d commit a37cb0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/papertrail/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
env = node[:environment][:framework_env]
PAPERTRAIL_CONFIG = {
:syslog_ng_version => '3.3.5-r1',
:remote_syslog_version => 'v0.12',
:remote_syslog_version => 'v0.16',
:remote_syslog_filename => 'remote_syslog_linux_amd64.tar.gz',
:remote_syslog_checksum => 'ecb1ed1831ef9645c6379151fae6859bfe7db3ac9c6b096ae4a063dc79930a70',
:remote_syslog_checksum => '04055643eb1c0db9ec61a67bdfd58697912acb467f58884759a054f6b5d6bb56',
:port => 111111111111111, # YOUR PORT HERE
:destination_host => 'HOST.papertrailapp.com', # YOUR HOST HERE
:hostname => [app_name, node[:instance_role], `hostname`.chomp].join('_'),
Expand Down

0 comments on commit a37cb0b

Please sign in to comment.