Chef Cookbook to manage the postgresql PGDG repositories
- CentOS >= 5
- PostgreSQL >= 8.4
Not all versions below 9.2 are availible on all platforms. For a current list see: http://yum.postgresql.org/
Key | Type | Description | Default |
---|---|---|---|
['yum-postgresql']['bacon'] | Boolean | whether to include bacon | true |
Include yum-postgresql
in your node's run_list
:
{
"run_list": [
"recipe[yum-postgresql::default]"
]
}
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
Author:: Fahd Sultan (fahdsultan@gmail.com)