[Puppet Users] HELP ME to firstly setup a framework/system to deploy WebSphere applications

2012-08-26 Thread maito
Hi guys. I'm new to this but have been going throught the Puppet Learning exercises but haven't worked out a framework/system to deploy WebSphere applications. Rather than downloading a Puppet Module (there's none for WebSphere) or whatever I'm trying to do anyway (well I couldn't find it) so I

[Puppet Users] Re: HELP ME to setup a framework/system to deploy WebSphere applications

2012-08-26 Thread maito
rather than downloading a Puppet Module (there's none for WebSphere) or whatever I'm trying to do anyway (well I couldn't find it) so I tried to write myself but finding it challenging to set it up so appreciate all the help I can get but first just to set it up and have the POC showcased by th

[Puppet Users] how come this works?

2012-08-26 Thread maito
test -- 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+unsubscr...@googlegroups.com. For more options, visit this group

[Puppet Users] HELP ME to setup a framework/system to deploy WebSphere applications

2012-08-26 Thread maito
Hi guys. I'm new to this but have been going throught the Puppet Learning exercises but haven't worked out a framework/system to deploy WebSphere applications. I started writing a module that calls a Unix script (which invokes Jython) but now I really need your help to FIRST OF ALL set it a

Re: [Puppet Users] The rewritten Puppet 2.7 language reference is live

2012-08-26 Thread Henrik Lindberg
On 2012-25-08 1:02, Nick Fagerlund wrote: - Can I write more complex expressions in an interpolation? Can I do something like "The sum is ${$a + $b}", and if that is the case, is it possible to have any expression interpolated (including nested strings with interpolation)? Nope!

[Puppet Users] Re: puppetlabs apache module syntax errors

2012-08-26 Thread Shantanu
On Aug 24, 6:24 pm, Ryan Coleman wrote: > Hi Shantanu, > > On Fri, Aug 24, 2012 at 1:52 PM, Shantanu wrote: > > > I am getting following errors with the latest puppetlabs-apache > > module. I am using Puppet 2.6.16 on CentOS 6.2 OSs and with required > > dependency modules firewall (v0.0.4-80-g

Re: [Puppet Users] What is meaning of <| |> ~> signal

2012-08-26 Thread wen1023 wu
i had see the puppet cookbook ,the author suggestion used require instead of ->, and so on 2012/8/27 Yu Xingchao > Thanks a lot ! Now I know this symbols's meaning.[?] > > > 2012/8/27 James Turnbull > >> Tim Sharpe wrote: >> > Hi, >> > >> > -> and <- create ordering relationships (like the re

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

Re: [Puppet Users] What is meaning of <| |> ~> signal

2012-08-26 Thread Yu Xingchao
Thanks a lot ! Now I know this symbols's meaning.[?] 2012/8/27 James Turnbull > Tim Sharpe wrote: > > Hi, > > > > -> and <- create ordering relationships (like the require and before > > metaparameters) > > ~> and <~ create notify relationships (like the notify and subscribe > > metaparameters)

Re: [Puppet Users] How can MCollective replace "puppet kick"?

2012-08-26 Thread Eric Shamow
You get a good bit more than that - PE sets up the ActiveMQ stuff for you and handles key setup/exchange, which is fairly difficult to do by hand the first time if you aren't familiar with the stuff. As it is, any PE node you add to your PE master automatically gets added to your mcollective en

Re: [Puppet Users] How can MCollective replace "puppet kick"?

2012-08-26 Thread Walter Heck
mcollective is stand-alone software, it doesn't actually require puppet. It's also free and open source. The only thing you get with PE is the live management fature in the dashboard, which is essentially a GUI for mcollective if I'm not mistaken. cheers, Walter On Mon, Aug 27, 2012 at 12:54 AM,

[Puppet Users] Dynamic scoping deprecated - for defines also?

2012-08-26 Thread Bostjan Skufca
Hello, in my logs I noticed deprecation warnings like this one: Dynamic lookup of $VARIABLE at FILE:LINE is deprecated. For more information, see http://docs.puppetlabs.com/guides/scope_and_puppet.html. To see the change in behavior, use the --debug flag. Ok, I go to the URL, I can see the reas

Re: [Puppet Users] What is meaning of <| |> ~> signal

2012-08-26 Thread James Turnbull
Tim Sharpe wrote: > Hi, > > -> and <- create ordering relationships (like the require and before > metaparameters) > ~> and <~ create notify relationships (like the notify and subscribe > metaparameters) > And the <| |> symbols are resource collectors: http://docs.puppetlabs.com/puppet/2.7/refe

Re: [Puppet Users] How can MCollective replace "puppet kick"?

2012-08-26 Thread Dan White
Spoke too soon ! Found it ! http://docs.puppetlabs.com/pe/2.5/orchestration_overview.html "PE’s orchestration features are built on the MCollective framework" On Aug 26, 2012, at 12:52 PM, Dan White wrote: > Is MCollective part of Puppet Enterprise ? > > I cannot find documentation that says y

Re: [Puppet Users] How can MCollective replace "puppet kick"?

2012-08-26 Thread Dan White
Is MCollective part of Puppet Enterprise ? I cannot find documentation that says yea or nay. On Aug 25, 2012, at 3:11 PM, Johan Kamb wrote: > On Sat, Aug 25, 2012 at 8:44 PM, Sandra Schlichting > wrote: > > How can MCollective replace "puppet kick"? > > http://projects.puppetlabs.com/project

Re: [Puppet Users] How can MCollective replace "puppet kick"?

2012-08-26 Thread Sandra Schlichting
> > http://projects.puppetlabs.com/projects/mcollective gives a bit more > information on mcollective itself. You don't actually push configs to nodes > with it; you have a client which "tells" all machines that matches a fact > to trigger a puppet run. The puppetd agent plugin is required for