Skip to content

Instantly share code, notes, and snippets.

View PaulOstazeski's full-sized avatar

Paul Ostazeski PaulOstazeski

  • Baltimore, MD
  • 07:27 (UTC -12:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am paulostazeski on github.
  • I am paulostazeski (https://keybase.io/paulostazeski) on keybase.
  • I have a public key ASBQMKlZogIEv3F1BNHDaVeTBxK0nNrTi4-wesXEPJi9jAo

To claim this, I am signing this object:

@PaulOstazeski
PaulOstazeski / metadata.rb
Last active December 25, 2015 05:09
A broken chef recipe to deploy a rails application
maintainer "me"
maintainer_email "me@my.company.com"
license "All rights reserved"
description "Installs/Configures myproject"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.0.1"
depends 'hostsfile'
depends 'database'
depends 'postgresql'