search for: asadmin

Displaying 3 results from an estimated 3 matches for "asadmin".

Did you mean: sadmin
2012 Sep 26
14
Glassfish custom provider and 'file does not exist'
...b.com/fatmcgav/puppet-glassfish> . The challenge I''m hitting currently is that upon executing, it''s failing with > *err: Could not find a suitable provider for domain* > When running at debug level, I can see the following: > *debug: Puppet::Type::Domain::ProviderAsadmin: file asadmin does not exist > debug: Class[Glassfish::Domain]: The container Stage[main] will propagate > my refresh event > err: Could not find a suitable provider for domain > * I''ve verified that the asadmin file exists, as follows: > *notice: /Stage[main]/Glassfish:...
2010 Sep 15
7
Glassfish asadmin provider
...mains. I''m not quite sure how to specify provider commands with a sane default and in configurable way. The location of the binary may be in other locations depending on where Glassfish was installed. http://github.com/larstobi/puppet-glassfish/blob/master/lib/puppet/provider/glassfish/asadmin.rb Does anyone have any advice on this? -- Regards, Lars Tobias -- 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-...
2010 Jan 28
2
Is anyone managing Glassfish configuration with puppet?
Has anyone found a clean way to manage Glassfish configuration with puppet? Glassfish was designed to be managed through a WebUI or a CLI tool known as asadmin. Making changes using these tools modifies a domain.xml file. Glassfish reads and writes this file every time it restarts, even if the contents are the same, which changes the timestamp. I believe this can be addressed by setting puppet to use a different checksum. However, the real question is...