Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/springerpe/chef_pelib
Library for chef cookbooks
https://github.com/springerpe/chef_pelib
Last synced: about 2 months ago
JSON representation
Library for chef cookbooks
- Host: GitHub
- URL: https://github.com/springerpe/chef_pelib
- Owner: SpringerPE
- License: other
- Created: 2014-07-30T07:59:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-08T14:31:06.000Z (over 10 years ago)
- Last Synced: 2024-04-30T10:25:39.296Z (8 months ago)
- Language: Ruby
- Size: 180 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# pelib
A cookbook library with some useful functions, resources, and examples.
This should be a good example of how to implement a library and a small LWRP chef resource.* LWRP kmod provider to manage kernel modules.
* Functions and examples to read a data bag and add the items to attributes.
* Functions to manage network and udev devices.
* Functions to exec commands.## Supported Platforms
* Debian
* Ubuntu
* Centos
* RedHat## Usage
Include `pelib` in your node's dependencies and use the functions as
in the examples recipes.## Contributing
1. Fork the repository on Github
2. Create a named feature branch (i.e. `add-new-recipe`)
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## License and Authors
Author:: Jose Riguera Lopez, Springer SBM ()