We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0351d commit 620fc95Copy full SHA for 620fc95
manifests/globals.pp
@@ -1,6 +1,5 @@
1
# Class for setting cross-class global overrides. See README.md for more
2
# details.
3
-
4
class mongodb::globals (
5
$server_package_name = undef,
6
$client_package_name = undef,
manifests/init.pp
@@ -32,7 +32,6 @@
32
#
33
# Copyright 2013 PuppetLabs
34
35
36
class mongodb (
37
# Deprecated parameters
38
$enable_10gen = undef,
manifests/replset.pp
@@ -1,5 +1,4 @@
# Wrapper class useful for hiera based deployments
class mongodb::replset(
$sets = undef
) {
manifests/shardsvr.pp
class mongodb::shardsvr(
$shards = undef
0 commit comments