This document is now live at http://www.ansibleworks.com/docs/guide_rax.html
Contents
This document is now live at http://www.ansibleworks.com/docs/guide_rax.html
Contents
require 'formula' | |
class Postgresql < Formula | |
homepage 'http://www.postgresql.org/' | |
url 'http://ftp.postgresql.org/pub/source/v9.2rc1/postgresql-9.2rc1.tar.bz2' | |
# md5 '7bb0b7a3a6c32a9ae153d4132fe47d01' | |
depends_on 'readline' | |
depends_on 'libxml2' if MacOS.leopard? # Leopard libxml is too old | |
depends_on 'ossp-uuid' |
CrashLog accepts notifications over HTTP/S to stdin.crashlog.io
along with an api_key
and payload
The API key is a 32 character secure random string found on the project configuration page within your CrashLog account.
It should be sent along with the payload as a standard HTTP param with the key auth_token