Resource Type: osg_gip_config

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

Overview

This type writes values to ‘/etc/osg/config.d/30-gip.ini`

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • value

    The value to assign. A value of ‘true` is converted to the string `True`. A value of `false` is converted to the string `False`. All other values are converted to a string.

Parameters

  • name (namevar)

    The name must be in the format of ‘SECTION/SETTING`

    [GIP]
    batch = slurm
    

    The above would have the name ‘GIP/batch`.

  • provider

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