Resource Type: cisco_object_group

Defined in:
lib/puppet/type/cisco_object_group.rb
Providers:
cisco

Overview

Manages configuration of an object_group instance

~~~puppet cisco_object_group

..attributes..

~~~

‘<string>` is the name of the object_group instance.

Example:

~~~puppet

cisco_object_group { 'ipv4 port MyObjGrp1' :
  ensure          => present,
}

~~~

~~~puppet

cisco_object_group { 'ipv6 address MyObjGrp2' :
  ensure          => present,
}

~~~

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • afi

    The Address-Family Indentifier (ipv4|ipv6).

    Supported values:
    • ipv4
    • ipv6
  • grp_name

    Name of the object_group instance. Valid values are string.

  • name (namevar)
  • provider

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

  • type

    Type of the object_group instance.

    Supported values:
    • address
    • port