How to Develop Puppet Modules. From Source to the Forge With Zero Clicks (slides)
Puppet Modules are a great way to reuse code, share your development with other people and take advantage of the hundreds of modules already available in the community. But how to create, test and publish them as easily as possible? now that infrastructure is defined as code, we need to use development best practices to build, test, deploy and use Puppet modules themselves.
Three steps for a fully automated process
- Continuous Integration of Puppet Modules
- Automatic release and upload to the Puppet Forge
- Deploy to Puppet master
More about PuppetConf in my previous entry.