Add new comment
Copyright © 2011 Lab42. Drupal theme by Kiwi Themes.
Privacy Policy
Use Puppet Modules
Browse and Download from GitHub.
Discuss and Ask on Google Groups.
Subscribe to the NewsLetter.
Sponsor Features
Sponsor Example42 development.
Get quickly the features you need.
Support Open Source modules.
Share And Enjoy
Poll
Planet Puppet
- Puppet Labs : VMware vCloud Hybrid Service Strengthens Cloud Automation Ties Between VMware and Puppet Enterprise
- Puppet Labs : Getting it Straight from the Source at PuppetConf: Justin Seabrook-Rocha & Patrick Adair
- Puppet Labs : Puppet Camp SFO Covers Cloud Automation, Scaling Puppet, and Pushups
- Puppet Labs : Manage and Automate VMware Virtual Environments With Puppet Enterprise
- Puppet Labs : Drop the Spreadsheet, Use Puppet Enterprise as Your Single Source of Truth
- Puppet Labs : From Puppet User Group to PuppetConf: It’s All About the Culture
- Dean Wilson@UnixDaemon : Facter 1.7+ and External facts
- Puppet Labs : Why You Want to Start Using Puppet Enterprise With VMware Today
- The Technical Blog of James : Overriding attributes of collected exported resources
- Puppet Labs : BBQ, Bats and Longhorns: Puppet Labs in Austin
Recent Comments
- Spam plague 1 week 3 days ago
- Spammers 1 month 1 week ago
- Re: 4 months 1 week ago
- <p>I'm trying to use your 4 months 3 weeks ago
- re: How to download aind install puppet package 9 months 1 week ago
- How to download aind install puppet package 10 months 1 week ago
- re: file missing? 1 year 2 weeks ago
- file missing? 1 year 1 month ago
- Re: deploying wars 1 year 1 month ago
- Deploying wars 1 year 1 month ago
- Re: puppi and non-root 1 year 1 month ago
- puppi and non-root 1 year 1 month ago
- tomcat restart for multiple deployments 1 year 2 months ago
- tomcat restart for multiple deployments 1 year 2 months ago
- Re: stdlb42 dependence 1 year 2 months ago
- stdlib42 dependence ? 1 year 2 months ago
- Re: How to init puppi project? 1 year 2 months ago
- How to init puppi project? 1 year 2 months ago
- Puppi command not found 1 year 2 months ago
- Re: Puppi command not found 1 year 2 months ago
- re: Puppi command and server deployment 1 year 2 months ago
- Puppi command and server deployment 1 year 2 months ago
- Puppi command not found 1 year 2 months ago
- Puppi command not found 1 year 2 months ago
- Re: Awesome... 1 year 5 months ago
- ganglia installation with puppetmaster in client 1 year 5 months ago
- Awesome... 1 year 6 months ago
- autoloading 1 year 7 months ago
- class not found error 1 year 8 months ago
- arch linux support in example42 modules 1 year 9 months ago
Deploying wars
I've been looking at puppet for a week or two (so I'm a complete beginner).I'm using Java+maven and building multiple wars and deploying them to tomcat. I had decided I'd use maven to build my war pojects into RPMs and Jenkins would deploy them to an RPM respository which puppet could see. Then perhaps I would write a simple parent rpm which would require all my war rpms and deploy them that way as one.My approach is RPM based so its not an OS agnostic as it could be. But I'm not trying to write a platform, justgive deployment ideas to a company that's redhat based. But I do like the idea of playing nicely with RPMs...I am pretty much a beginner at this though, I'd like to know your thoughts on these points. I have no doubt you have a better grasp of this than me