Resource Type: osg_local_site_settings

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

Overview

This type writes values to /etc/osg/config.d/99-local-site-settings.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

    [Squid]
    location = squid.example.tld
    

    The above would have the name Squid/location.

  • provider

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