Skip to content

Instantly share code, notes, and snippets.

@bryanwb
Forked from jtimberman/default.rb
Created November 7, 2012 13:52
Show Gist options
  • Select an option

  • Save bryanwb/4031717 to your computer and use it in GitHub Desktop.

Select an option

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