Skip to content

Instantly share code, notes, and snippets.

@kisoku
Created April 14, 2014 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kisoku/10674844 to your computer and use it in GitHub Desktop.
Save kisoku/10674844 to your computer and use it in GitHub Desktop.
COOK-4556
---
driver:
name: vagrant
provisioner:
name: chef_solo
platforms:
- name: ubuntu-12.04
suites:
- name: default
run_list:
- recipe[apt]
- recipe[postgresql::ruby]
- recipe[postgresql::server]
attributes:
postgresql:
password:
postgres: reallybadpassword
source 'https://api.berkshelf.com'
cookbook 'apt'
cookbook 'postgresql'
DEPENDENCIES
apt
postgresql
GRAPH
apt (2.3.8)
build-essential (2.0.0)
openssl (1.1.0)
postgresql (3.3.4)
apt (>= 0.0.0)
build-essential (>= 0.0.0)
openssl (>= 0.0.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment