Re: [Puppet Users] JBOSS installation and Configuration through puppet

2013-01-10 Thread Andrey Kouznetsov
I have the same error. I am using puppet-jboss module from example42 and trying to install it on clean ubuntu 12.04 server. User jboss does not exists before (so and after) I run puppet agent. Here is part of output: Debug: Executing '/usr/sbin/groupadd jboss' Notice: /Stage[main]/Jboss::User/Gro

Re: [Puppet Users] JBOSS installation and Configuration through puppet

2013-01-11 Thread Alessandro Franceschi
There were some bugs in the module for some not well tested installation options (the module can install version 4, 5, 6 and 7 either via package, upstream source or puppi (from upstream files) and I personally used only one of these combinations). These problem should have been now be fixed,

Re: [Puppet Users] JBOSS installation and Configuration through puppet

2013-01-18 Thread Rakesh Kathpal
Hi, I am a big fan of example42 modules and using most of them, currently I am facing issues with the Jboss module I ma using the latest jboss build from example42 and latest puppi modules as well.. but still getting the following errors -- info: Caching catalog for A

Re: [Puppet Users] JBOSS installation and Configuration through puppet

2013-01-24 Thread Alessandro Franceschi
Hi Rakesh, I just would like to know if the latest commits on GitHub have solved your problem. Best regards, al On Friday, January 18, 2013 12:39:47 PM UTC+1, Rakesh K wrote: > > Hi, > > I am a big fan of example42 modules and using most of them, currently I am > facing issues with the Jboss mod

Re: [Puppet Users] JBOSS installation and Configuration through puppet

2013-01-24 Thread Rakesh Kathpal
Hi, Have you made any changes recently in last 2 days or so... I haven't pulled the module after the netinstall fix you have done... The init.d startup issue still persists.. rest all has been fixed. Also there issues if unzip or wget are not installed on the client machine. Thanks & Regards,

Re: [Puppet Users] JBOSS installation and Configuration through puppet

2013-01-24 Thread Rakesh Kathpal
err: /Stage[main]/Jboss::Install/Puppi::Netinstall[netinstall_jboss]/Exec[Extract jboss-as-distribution-6.1.0.Final.zip]/returns: change from notrun to 0 failed: sh: 1: unzip: not found On Thu, Jan 24, 2013 at 7:06 PM, Rakesh Kathpal wrote: > Hi, > > Have you made any changes recently in last 2

Re: [Puppet Users] JBOSS installation and Configuration through puppet

2013-01-24 Thread Alessandro Franceschi
Yes, unzip would be installed by the Puppi module , but is not installed by default by the puppi::netinstall define that is used by the jboss module. It's a too generic dependency, imho, to be placed in a module. Anyway thanks for the info. I still have to look at the startup issue on some distro

Re: [Puppet Users] JBOSS installation and Configuration through puppet

2012-08-26 Thread wen1023 wu
the user jobss is exists in you system! 2012/8/25 Ajeet Raina > Hi All, > > I have puppet server and client ready. I found JBOSS module and manifests > under > https://github.com/example42/puppet-jboss/ > and > imported i