Dennis Hoppe

Results 62 comments of Dennis Hoppe

We should use data-in-modules for that purpose, as we do at our GitLab module: * https://github.com/voxpupuli/puppet-gitlab/blob/master/manifests/omnibus_package_repository.pp#L57 * https://github.com/voxpupuli/puppet-gitlab/blob/master/hiera.yaml * https://github.com/voxpupuli/puppet-gitlab/blob/master/data/family/Debian.yaml * https://github.com/voxpupuli/puppet-gitlab/blob/master/data/family/RedHat.yaml Related issues: #756, #779, #780, #781.

At the moment it is not possible to install RabbitMQ 3.7.x, because the dependencies for Erlang are not met. The module ```garethr/erlang``` is still referenced at ```.fixtures.yml``` and ```spec/acceptance/*.rb```. I...

@witchbutter, @func0der We fixed issue #779. Could you please check again, based on the master branch?

Any idea why the web interface of GitHub is able to create rules for non existent branches, but Probot does not?

@njoerd114 I understand your use case, but I do not think it is the responsibility of a Terraform module to support different AWS accounts. For example, the subdomain in account...

@juniorsysadmin I am not sure if we need to update the docs: * https://github.com/voxpupuli/puppet-nodejs#module-dependencies

@William-Yeh Please merge.

That depends on whether you use Hiera or the Puppet DSL. Hiera: ``` mongodb::server::set_parameter: 'authenticationMechanisms=SCRAM-SHA-1' ``` Puppet: ``` class { ‘mongodb::server: set_parameter => 'authenticationMechanisms=SCRAM-SHA-1', } ``` Please provide more infos,...

I do not think that the error message is related to this Puppet module. It looks like a message from the mongoDB config validator. According to the man pages of...