Sha256: 3c0325336ba2ff1d7f94e6fac3d71044c19bd4a210f3a9463e2b92b4c4ddc6b0
Contents?: true
Size: 457 Bytes
Versions: 454
Compression:
Stored size: 457 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
454 entries across 454 versions & 5 rubygems