Resource Type: address_properties

Defined in:
lib/puppet/type/address_properties.rb
Providers:
address_properties

Overview

Manage Oracle Solaris address properties

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • present
  • properties

    A hash table of propname=propvalue entries to apply to an address object. See ipadm(8)

Parameters

  • address (namevar)

    The name of the address object

  • temporary

    Optional parameter that specifies changes to the address object are temporary. Changes last until the next reboot.

    Supported values:
    • true
    • false