Resource Type: nova_api_paste_ini

Defined in:
lib/puppet/type/nova_api_paste_ini.rb
Providers:
ini_setting

Overview

Section/setting name to manage from /etc/nova/api-paste.ini

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • value

    The value of the setting to be defined.

Parameters

  • ensure_absent_val (defaults to: )

    A value that is specified as the value property will behave as if ensure => absent was specified

  • key_val_separator (defaults to: =)

    The separator string to use between each setting name and value.

  • name (namevar)

    Section/setting name to manage from /etc/nova/api-paste.ini

    Supported values:
    • /\S+\/\S+/
  • provider

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

  • secret (defaults to: false)

    Whether to hide the value from Puppet logs. Defaults to ‘false`.

    Supported values:
    • true
    • false