Skip to content

wanelo-chef/pg_repack

Repository files navigation

pg_repack Cookbook

This cookbook installs the pg_repack postgres extension from github

Depends

  • paths
  • Postgres already being installed in $PATH

Usage

Add the pg_repack::default recipe to a node.

pg_repack 'install for postgres 9.4' do
  postgres_bin_dir '/opt/local/postgres-9.4.5/bin'
end

If postgres_bin_dir is not set, then a pg_config binary existing in the PATH will be used to find it. PATH is defined by node['paths']['bin_path'].

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages