Resource Type: postmulti

Defined in:
lib/puppet/type/postmulti.rb
Providers:
postmulti

Overview

Manage postfix instances.

Example:

postmulti { 'postfix-out': }

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • active
    • inactive
    • absent
    • present (alias for: active)
  • group

    Name of the instance group.

Parameters

  • name (namevar)

    Name of the postmulti instance. Must must start with ‘postfix-’

  • provider

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