Resource Type: cubbystack_config

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

Overview

The filename: section/setting name to manage.

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. If the value starts with “–” then ensure will be set to absent.

Parameters

  • name (namevar)

    The filename: section/setting name to manage.

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

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