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 simple Jar on my platform Thanks, Mouhcine -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/AXGAVcaFY-cJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Christopher Wood
2012-Jul-05 15:16 UTC
Re: [Puppet Users] Automated deployment with puppet
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.puppetlabs.com/guides/language_guide.html#resources On Thu, Jul 05, 2012 at 08:01:51AM -0700, mouhcine MOULOU wrote:> 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 simple Jar on my platform > Thanks, > Mouhcine > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To view this discussion on the web visit > [1]https://groups.google.com/d/msg/puppet-users/-/AXGAVcaFY-cJ. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > References > > Visible links > 1. https://groups.google.com/d/msg/puppet-users/-/AXGAVcaFY-cJ-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.