puppet-jboss icon indicating copy to clipboard operation
puppet-jboss copied to clipboard

Jboss Puppet Module

Results 9 puppet-jboss issues
Sort by recently updated
recently updated
newest added
trafficstars

I know about issues #39 and #40, but how difficult it is to provide a java_home parameter for your module? The ability to provide a custom init.d script is nice...

Hello, After update standalone.xml the jboss crash, He need restart service to resolve a problem, How to restart service manually with this module ?

When installing on Solaris 10 Jboss::Service does not take into consideration the SMF requirements when setting up a new service. Info: Service[jboss](provider=smf): Could not get status on service jboss Error:...

Hi, We are using this module to deploy the jboss application. ATM we are having one jboss instance per application. However what we want now to have single jboss instance...

Hi, I'm new at Puppet, so feel free to ignore if I'm making a noob mistake. **ENVIRONMENT** I've used Amazon AMI to install: [root@puppet-test ~]# facter --version 2.3.0 [root@puppet-test ~]#...

Adds support for binding the admin console address for both instances and default install.

During puppy apply, I do see the following message: Debug: Executing '/sbin/chkconfig jboss on' Notice: /Stage[main]/Jboss::Service/Service[jboss]/ensure: ensure changed 'stopped' to 'running' Debug: /Stage[main]/Jboss::Service/Service[jboss]: The container Class[Jboss::Service] will propagate my refresh...

Is there any objection to renaming `.gemfile` to play nicely with bundler?

Hi I have the following 'site.pp' file: class { 'jboss': } This file is placed into the /etc/puppet/manifests/ directory When i'll go to this directory and i'll do 'sudo puppet...