Resource Type: mongodb_shard

Defined in:
lib/puppet/type/mongodb_shard.rb
Providers:
mongo

Overview

Manage a MongoDB Shard

Properties

  • ensure (defaults to: present)

    Ensure the shard is either present or absent

    Supported values:
    • present
  • keys

    The sharding keys

  • member

    The shard member

Parameters

  • name (namevar)

    The name of the shard

  • provider

    The specific backend to use for this ‘mongodb_shard` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.