Resource Type: cisco_vdc
- Defined in:
- lib/puppet/type/cisco_vdc.rb
- Providers:
-
cisco
Overview
Manages VDC configuration.
~~~puppet cisco_vdc { ‘<title>’:
..attributes..
} ~~~
‘<title>` is the title of the vdc resource.
Example:
~~~puppet
cisco_vdc { 'default':
ensure => present,
limit_resource_module_type => 'm1 m1xl',
}
~~~