Resource Type: ip_interface

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

Overview

Manage the configuration of Oracle Solaris IP interfaces

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 IP interface

  • temporary

    Optional parameter that specifies that the IP interface is temporary. Temporary interfaces last until the next reboot.

    Supported values:
    • true
    • false