Resource Type: ios_config

Defined in:
lib/puppet/type/ios_config.rb

Overview

Execute an arbitary configuration against the cisco_ios device with or without a check for idempotency

Properties

  • command

    The ios command to run

Parameters

  • command_mode (defaults to: CONF_T)

    The command line mode to be in, when executing the command

  • idempotent_regex

    Expected string, when running a regex against the ‘show running-config’

  • idempotent_regex_options

    Array of one or more options which control how the pattern can match.

  • name (namevar)

    The friendly name for this ios command

  • negate_idempotent_regex

    Negate the regex used with idempotent_regex