Resource Type: cisco_archive

Defined in:
lib/puppet/type/cisco_archive.rb
Providers:
cisco_ios

Overview

This represents a router or switch archive configuration. There can be only one instance of this and it has to be called ‘running’.

Properties

  • path

    The Path where to store Backups

    Supported values:
    • absent
    • /^\S+$/
  • time_period

    Period of time in minutes to automatically archive the running-config

    Supported values:
    • absent
    • /^\d+$/
  • write_memory

    Enable automatic backup generation during write memory

    Supported values:
    • absent
    • present

Parameters

  • name (namevar)

    The configuration’s name. Must always be ‘running’.

    Supported values:
    • running
  • provider

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