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

Installs JBoss EAP and WildFly application servers and manage their resources and applications in either a domain or a stand-alone mode

Results 39 puppet-jboss issues
Sort by recently updated
recently updated
newest added

After downloading the module: root@puppetmaster modules]# puppet module install coi-jboss Notice: Preparing to install into /etc/puppetlabs/code/environments/production/modules ... Notice: Downloading from https://forgeapi.puppetlabs.com ... Notice: Installing -- do not interrupt ... /etc/puppetlabs/code/environments/production/modules...

help wanted
feature
blocked
incompatible

This module should support running on modern version of Puppet 4.x This also means dropping support for Ruby 1.8.x and probably Puppet 2.x

feature
blocked
incompatible

Requesting support for RHEL/OEL/CentOS 7. RHEL7 was released over two years ago and has become the target for many new systems.

help wanted
feature

There are idempotency errors on jboss::resourceadapter: `undefined method`size' for true:TrueClass` Beaker log fragment: ``` centos-6-x64 21:09:16$ puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.EwfDcn Info: Loading facts Info: Loading facts Info: Loading facts...

bug

Tests in rspec-puppet fails with message similar to: `Undefined variable "::augeasversion"; Undefined variable "augeasversion" at /code/puppet/jboss/spec/fixtures/modules/jboss/manifests/internal/augeas.pp:4` Those issues can be fixed by setting those facts in test like this: ```ruby...

Ruby has now only support for version greater or equal to 2.1. We should drop support for earlier versions of Ruby. Quote from Puppet (https://docs.puppet.com/puppet/latest/system_requirements.html#ruby): > Use one of the...

blocked
incompatible

Hi, By declaring: ``` class { 'jboss': product => 'jboss-eap', version => '6.4.0.GA', } ``` I get the following: ``` Error: Failed to apply catalog: Could not find dependency Class[Jboss::Internal::Prerequisites]...