NOTE: This page was generated from the Puppet source code on 2018-08-28 06:48:02 -0700
Manages a VLAN on a router or switch.
vlan { 'resource title':
name => # (namevar) The numeric VLAN ID. Values can match...
ensure => # The basic property that the resource should be...
description => # The VLAN's...
device_url => # The URL of the router or switch maintaining this
provider => # The specific backend to use for this `vlan...
# ...plus any applicable metaparameters.
}
(Namevar: If omitted, this attribute’s value defaults to the resource’s title.)
The numeric VLAN ID.
Allowed values:
/^\d+/
(Property: This attribute represents concrete state on the target system.)
The basic property that the resource should be in.
Default: present
Allowed values:
present
absent
(Property: This attribute represents concrete state on the target system.)
The VLAN’s name.
The URL of the router or switch maintaining this VLAN.
The specific backend to use for this vlan
resource. You will seldom need to specify this — Puppet will usually
discover the appropriate provider for your platform.
Available providers are:
Cisco switch/router provider for vlans.
NOTE: This page was generated from the Puppet source code on 2018-08-28 06:48:02 -0700