Skip to content

Instantly share code, notes, and snippets.

pkgrepo.managed:
- name: deb http://apt.postgresql.org/pub/repos/apt/ {{ grains['oscodename'] }}-pgdg main
- gpgcheck: 1
- gpgkey: https://www.postgresql.org/media/keys/ACCC4CF8.asc
postgresql-server-dev-9.3:
pkg.installed
@bmcorser
bmcorser / README.md
Last active August 29, 2015 14:00 — forked from gmarik/README.md

About

minimal example of using [phantomjs] with [qunit]

$ phantomjs run-qunit.js file://`pwd`/test.html
'waitFor()' finished in 200ms.
Tests completed in 21 milliseconds.
5 tests of 5 passed, 0 failed.

Installation

root@minion:/home/vagrant# salt-call saltutil.sync_all
[ERROR ] The Salt Master has cached the public key for this node, this salt minion will wait for 10 seconds before attempting to re-authenticate
Minion failed to authenticate with the master, has the minion key been accepted?