Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schneidmaster/chef-multicorn
Chef cookbook to install the Multicorn Postgres extension
https://github.com/schneidmaster/chef-multicorn
Last synced: about 2 months ago
JSON representation
Chef cookbook to install the Multicorn Postgres extension
- Host: GitHub
- URL: https://github.com/schneidmaster/chef-multicorn
- Owner: schneidmaster
- License: mit
- Created: 2015-12-05T00:22:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T21:48:05.000Z (about 9 years ago)
- Last Synced: 2024-04-15T00:15:03.171Z (9 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# chef-multicorn
## Description
Installs [Multicorn](http://multicorn.org/), a Postgres Foreign Data Wrapper (FDW) extension.
## Requirements
### Supported Platforms
The following platforms are supported by this cookbook, meaning that the recipes run on these platforms without error:
* Ubuntu
* RHEL
* Fedora## Recipes
* `multicorn` - Default recipe
## Usage
This cookbook installs the multicorn package.
## Attributes
None
## Contributing
1. Fork it ( https://github.com/schneidmaster/chef-multicorn/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request## License
MIT