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/-/J7Os3wlMbfQJ. 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.
Hi Mouhcine, I find that if you can script it you can manage it with puppet and I haven''t run into much I don''t manage with puppet. I haven''t used puppet to manage a Tomcat instance (you will likely find something on http://forge.puppetlabs.com/ for doing that though) but if you are deploying a jar file to a specific directory that''s very easy with puppet using the file resource. Have you had a look through the introductory docs? If not start here http://docs.puppetlabs.com/puppet/ That explains all the basics and should get you going pretty quickly. Good luck and enjoy. Pete On 6 July 2012 00:59, mouhcine MOULOU <moulou.mouhcine@gmail.com> 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 > https://groups.google.com/d/msg/puppet-users/-/J7Os3wlMbfQJ. > 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.-- 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.
mouhcine MOULOU
2012-Jul-06 12:10 UTC
Re: [Puppet Users] Automated deployement with puppet
Hi Pete, Thanks for your reply, i thought it demand another resource type, i''ll manage it with the file resource Thanks for your help, Le vendredi 6 juillet 2012 01:14:30 UTC+2, Pete a écrit :> > Hi Mouhcine, > > I find that if you can script it you can manage it with puppet and I > haven''t run into much I don''t manage with puppet. > > I haven''t used puppet to manage a Tomcat instance (you will likely > find something on http://forge.puppetlabs.com/ for doing that though) > but if you are deploying a jar file to a specific directory that''s > very easy with puppet using the file resource. > Have you had a look through the introductory docs? > If not start here http://docs.puppetlabs.com/puppet/ > That explains all the basics and should get you going pretty quickly. > > Good luck and enjoy. > > Pete > > On 6 July 2012 00:59, mouhcine MOULOU <moulou.mouhcine@gmail.com> 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 > > https://groups.google.com/d/msg/puppet-users/-/J7Os3wlMbfQJ. > > 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. >-- 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/-/aub4Q-HSGQAJ. 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.
mouhcine MOULOU
2012-Jul-09 08:16 UTC
[Puppet Users] Re: Automated deployement with puppet
Hi, I managed to make an example that deploy a jar in a specific folder, but my main goal was to deploy the jar from the server machine in a specific node, is that possible with just the resource ''file ''? thanks, Le jeudi 5 juillet 2012 16:59:09 UTC+2, mouhcine MOULOU a écrit :> > 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/-/UoGaNC-HgPgJ. 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.