Resource Type: interface_properties
- Defined in:
- lib/puppet/type/interface_properties.rb
- Providers:
-
interface_properties
Overview
Manage Oracle Solaris interface properties Protocol must be defined either at the interface/resource name or in the properties hash.
Preferred: name: net0 Properties: A complex hash of proto => { property => value },... { 'ipv4' => { 'mtu' => '1776' }, 'ipv6' => { 'mtu' => '2048' }, }
Old Syntax: name: net0/ipv4 Properties: A hash of property => value when Interface defines protocol { 'mtu' => '1776' }