Sha256: 1e35337c72114c54fd5ba1920c88bc5dc4d6faa6775b65b626aa675485bff488
Contents?: true
Size: 456 Bytes
Versions: 15
Compression:
Stored size: 456 Bytes
Contents
# # Manages a Vlan on a given router or switch # Puppet::Type.newtype(:vlan) do @doc = "Manages a VLAN on a router or switch." apply_to_device ensurable newparam(:name) do desc "The numeric VLAN ID." isnamevar newvalues(/^\d+/) end newproperty(:description) do desc "The VLAN's name." end newparam(:device_url) do desc "The URL of the router or switch maintaining this VLAN." end end
Version data entries
15 entries across 15 versions & 2 rubygems