Resource Type: etherstub

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

Overview

Manage the configuration of Solaris etherstubs

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    The name of the etherstub

    Supported values:
    • /^\p{Alpha}[\p{Alnum}_.]{0,30}\d$/
  • temporary

    Optional parameter that specifies that the etherstub is temporary. Temporary etherstubs last until the next reboot.

    Supported values:
    • true
    • false