Module for configuring Papertrail with Rsyslog
Nothing more to do than just include it in your node:
class { 'papertrail':
port => 12345,
host => 'logs3.papertrailapp.com'
optional_files => [
'/var/log/daemon.log',
'/var/log/nginx/error.log',
]
}
This has only been tested on Debian Wheezy.