Configure Jenkins and Tomcat using Puppet
- by ex3v
I'm trying to setup Spring dev environment (jenkins, tomcat) on Vagrant. What I really want to achieve is to limit config to only Puppet scripts, so I can share it with my colleagues and work together on the same environment.
So far I managed to set up simple scripts to install jenkins, tomcat and so on, they work fine. What about jenkins configuration though?
I'm pretty green in jenkins usage and configuration, not sure if I'm doing it the right way... I found this article and I want to migrate whole setup described in it to Puppet. Any ideas? Thanks.