Resource Type: mongodb_database

Defined in:
lib/puppet/type/mongodb_database.rb
Providers:
mongodb

Overview

Manage MongoDB databases.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    The name of the database.

    Supported values:
    • %r{^[\w-]+$}
  • provider

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

  • tries (defaults to: 10)

    The maximum amount of two second tries to wait MongoDB startup.

    Supported values:
    • %r{^\d+$}