Resource Type: cisco_upgrade
- Defined in:
- lib/puppet/type/cisco_upgrade.rb
- Providers:
-
cisco
Overview
Manages the version of Cisco Image running on a device.
“‘ cisco_upgrade
..attributes..
“‘
There can only be one instance of cisco_upgrade i.e. ‘image’
Example: “‘
cisco_upgrade {'image' :
package => 'bootflash:///nxos.7.0.3.I5.1.bin',
force_upgrade => false,
delete_boot_image => false,
}
“‘