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

mongodb installation

Results 81 puppet-mongodb issues
Sort by recently updated
recently updated
newest added

For this to work requires the following diff to globals.pp ```puppet + $dbpath = undef, ``` And then the following diff to params.pp ```puppet - $dbpath = '/var/lib/mongodb' + $dbpath...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.10.12 - Ruby: 2.0.0p648 - Distribution: Red Hat Enterprise Linux Server release 7 - Module version: All ## How to...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet:5.5.2 - Ruby: - Distribution:Red Hat Enterprise Linux Server release 7.6 (Maipo) - Module version: ## How to reproduce (e.g Puppet...

- Puppet: 6.7.0 - Module version: 3.0.0 - Ruby: 2.5.1 - Distribution: Ubuntu 18 I have tried to use the code from manual ``` replset_config => { 'configreplicasets01' => {...

bug

- Puppet: 6.7.0 - Module version: 3.0.0 - Ruby: 2.5.1 - Distribution: Ubuntu 18 This Mongos config doesn't work, I mean mongos starts but doesn't listen to any ports [mongodb-shard.conf.erb](https://github.com/voxpupuli/puppet-mongodb/blob/master/templates/mongodb-shard.conf.erb)...

bug

- Puppet: 6.7.0 - Module version: 3.0.0 - Ruby: 2.5.1 - Distribution: Ubuntu 18 ## My manifest ``` node /^mongo-route-([0-9][0-9])\.test\.com$/ { class {'mongodb::globals': manage_package_repo => true, version => '4.0.11', bind_ip...

bug

Puppet: 6.7.0 Module version: 3.0.0 Ruby: 2.5.1 Distribution: Ubuntu 18 ``` Debug: Prefetching mongo resources for mongodb_shard Debug: Executing: '/usr/bin/mongo --quiet --eval printjson(sh.status())' Error: Could not prefetch mongodb_shard provider 'mongo':...

needs-feedback

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: Enterprise 2017.2 - Ruby: 2.3.8 - Distribution: RHEL 7.6 - Module version: 2.4.1 ## How to reproduce (e.g Puppet code...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5.5.6 - Ruby: 2.5.1 - Distribution: Ubuntu 18.04 - Module version: 2.4.1 - mongodb-org-server: 4.0.5 ## How to reproduce (e.g...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5.5.8 - Ruby: 2.0.0 - Distribution: Centos 7 - Module version: v2.4.1 ## How to reproduce (e.g Puppet code you...