Resource Type: link_properties

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

Overview

Manage Oracle Solaris link properties

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • properties

    A hash table of propname=propvalue entries to apply to the link. See ipadm(8)

Parameters

  • link (namevar)

    The name of the link

  • temporary

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

    Supported values:
    • true
    • false