Resource Type: netdev_vlan

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

Overview

Manage vlan

Properties

  • description

    Interface physical port description

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
    • shutdown (alias for: absent)
    • undo_shutdown (alias for: present)

Parameters

  • id

    The vlan id

  • name (namevar)
  • provider

    The specific backend to use for this ‘netdev_vlan` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.