Resource Type: pcmk_property

Defined in:
lib/puppet/type/pcmk_property.rb
Providers:
default

Overview

Base resource definition for a pacemaker property

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • force (defaults to: false)

    Wheter to use –force with pcs

    Supported values:
    • true
    • false
    • yes
    • no
  • name (namevar)

    A unique name for the resource

  • node

    Optional specific node to set the property on

  • property

    A unique name for the property

  • provider

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

  • tries (defaults to: 1)

    The number of times to attempt to create a pcs resource. Defaults to ‘1’.

  • try_sleep (defaults to: 0)

    The time to sleep in seconds between ‘tries’.

  • value

    the value for the pacemaker property