Resource Type: pacemaker_location

Defined in:
lib/puppet/type/pacemaker_location.rb
Providers:
xml
noop

Overview

Type for manipulating corosync/pacemaker location. Location is the set of rules defining the place where resource will be run. More information on Corosync/Pacemaker location can be found here:

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • node

    The node for which to apply node score

  • primitive

    Corosync primitive being managed.

  • rules

    Specify rules for location

  • score

    The score for the node

Parameters

  • debug (defaults to: false)

    Don’t actually make changes

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

    Identifier of the location entry. This value needs to be unique across the entire Corosync/Pacemaker configuration since it doesn’t have the concept of name spaces per type.

  • provider

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