-
Currentlly only those Ruby files are covered by spec tests:
```
lib/facter/jboss_running.rb
lib/puppet/provider/jboss_jdbcdriver/jbosscli.rb
lib/puppet/provider/jboss_datasource/jbosscli.rb
lib/puppe…
-
Per this thread in Hydra-Tech. https://groups.google.com/forum/#!topic/hydra-tech/RuFv96JJX3I
The thread reports the possibility of data loss in 3.7. Ben sums it up:
Forgive the soapboxing…
-
Hello,
All builds running on virtual machines infrastructure provided by GCE are now failing with messages that there is no `bundler` installed. We are using it to test docker enabled builds that use…
-
```
Debug: Puppet::Type::Jboss_confignode::ProviderJbosscli[/interface=public-additional] > IN > ensure
Debug: Puppet::Type::Jboss_confignode::ProviderJbosscli[/interface=public-additional] > IN > exi…
-
The host validation accepts any single character inside a string: https://github.com/coi-gov-pl/puppet-jboss/blob/develop/lib/puppet/type/jboss_datasource.rb#L101
The port validation accepts any sing…
-
In https://github.com/ansible/ansible/commit/62765858825173dd532827fe4c1dfb246eb8db47 we made a change to default all arguments without an explicit `type` to be `'str'` type.
This has been known to c…
sivel updated
8 years ago
-
I have the following yaml:
boss::params::product: 'wildfly'
jboss::params::version: '8.2.11.Final'
jboss::params::download_url: '/vagrant/salt/states/puppetmaster/files/wildfly-external-resources/wild…
-
right now AZs are hard coded and we are stuck in using us-west-2 region and can't switch to use different region
and it will be best to dynamically have the mapping between region and AZ; and based o…
-
Travis has enabled container infrastructure that's runs faster and can enable bundler cache. Downside for this is you are not able to run `sudo` command and therefore can't install anything as usual.
…
-
Hi,
We are heavily working with the COI puppet-jboss module and currently develop an extension to manage domain profiles. Currently, we plan to generate profiles based on the "ha" profile suppled by …