Re: [Puppet Users] Re: Glassfish custom provider and 'file does not exist'

2014-10-06 Thread Sans
Hi Gavin, I know it's almost a 2 yrs. old thread but I'm still getting the very same "*Could not find a suitable provider for domain*" error. Did you able to solve the this prob at all in the end? Best! -- You received this message because you are subscribed to the Google Groups "Puppet Use

Re: [Puppet Users] Re: Glassfish custom provider and 'file does not exist'

2014-10-06 Thread Sans
Hi Gavin, I know it's almost a 2 yrs. old thread but I'm still getting the very same "*Could not find a suitable provider for domain*" error. Did you able to solve the this prob at all in the end? Best! On Wednesday, October 24, 2012 9:36:33 PM UTC+1, Gavin Williams wrote: > > Stefan > > Ch

Re: [Puppet Users] Re: Glassfish custom provider and 'file does not exist'

2012-10-24 Thread fatmcgav
Stefan Cheers for the feedback. Understood on the exists element. Yes, what I'm trying to achieve is a working provider without asadmin being in the path. That's what I've worked towards by using a full path to the relevant asadmin file, as it's possible a given node could have one or more versi

Re: [Puppet Users] Re: Glassfish custom provider and 'file does not exist'

2012-10-24 Thread Stefan Schulte
On Wed, Oct 24, 2012 at 03:38:20AM -0700, Gavin Williams wrote: > Ok, I've gone about it a slightly different way now, and have stripped the > 'commands' argument from the domain function provider, and am trying to > validate the presence of asadmin at the main asadmin.rb level. > > I've create

[Puppet Users] Re: Glassfish custom provider and 'file does not exist'

2012-10-24 Thread Gavin Williams
Ok, I've gone about it a slightly different way now, and have stripped the 'commands' argument from the domain function provider, and am trying to validate the presence of asadmin at the main asadmin.rb level. I've created an 'exists?' definition, but it doesn't appear to be getting called. An