Resource Type: cisco_ospf

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

Overview

Manages configuration of an ospf instance

cisco_ospf

..attributes..

<ospf> is the name of the ospf router instance.

Example:

cisco_ospf {\"green\" :
  ensure => present,
}

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • ospf

    Name of the ospf router. Valid values are string.

  • provider

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