Skip to content

Instantly share code, notes, and snippets.

@bryanwb
Forked from jtimberman/default.rb
Created November 7, 2012 13:52
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 bryanwb/4031717 to your computer and use it in GitHub Desktop.
Save bryanwb/4031717 to your computer and use it in GitHub Desktop.
# library cookbook postgres
# postgresql::server_redhat
user "postgres" do
home "/var/lib/pgsql/postgres"
end
# cookbook my-wrapper-postgres
include_recipe "postgres::server_redhat"
user "postgres" do
home "/home/postgres"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment