Re: [Puppet Users] Automated deployment with puppet

2012-07-05 Thread Christopher Wood
Use the file resource to put your jar somewhere useful, and then have the file resource notify the tomcat daemon's service resource to restart/reload the daemon. http://docs.puppetlabs.com/references/stable/type.html#file http://docs.puppetlabs.com/references/stable/type.html#service http://docs

[Puppet Users] Automated deployment with puppet

2012-07-05 Thread mouhcine MOULOU
Hi , I am new to Puppet and I just started testing it on my Debian OS, I was wondering if it's possible to create an artifact that allows auto-deploying jar file without using SSH & SCP? I Found some Threads explaining how to deploy web application on Tomcat Server, but i need to deploy a si