-
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 agent apply site.pp…
-
In our puppet environment we have 1 global hiera.yaml in our control repo which has a global public/private key to decrypt eyaml.
We also have antoher module that also uses a hiera.yaml file with the…
-
Every time I run puppet it thinks my idle-timeout-minutes is changing:
Notice: /Stage[main]/Jboss::Config::Datasources/Jboss::Config::Datasourceadd[ifw]/Jboss_admin::Resource::Data_source[/subsystem=…
itewk updated
8 years ago
-
Currently if you try to remove a datasource of xa type and then add a datasource with the same name of not xa type in the same puppet run then Puppet complains about a duplicate jboss_resource.
```
…
itewk updated
8 years ago
-
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: …
-
Hi
I'm having idempotency issues when attempting to add empty subsystem sections to a profile in JBoss domain mode. I reduced the manifest to the following minimal file, ran it and include the output…
-
Hi
When I try to update the default keycloak standalone-ha database, the code explodes when trying to compare the `is` and `should` values.
```puppet
wildfly::datasources::datasource { 'KeycloakD…
-
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…
-
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 ~]# hiera…
-
Based on what I've been discussing with @cpitman by e-mail I have a suggestion that comes with a PoC (Proof of Concept).
Recently I did a jboss_exec (wildfly_cli), jboss_resource (wildfly_resource) a…