Resource Type: centrifydc_line

Defined in:
lib/puppet/type/centrifydc_line.rb
Providers:
parsed

Overview

Manage the contents of the centrifydc.conf file centrifydc_line { ‘log’:

ensure => present,
value  => 'INFO',

}

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • target

    Location of the centrifydc.conf file

  • value

    The value for the configuration setting

    Supported values:
    • /^[\w\.:\/]+$/

Parameters

  • name (namevar)

    The configuration setting to manage

  • provider

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