Resource Type: cisco_tacacs_server
- Defined in:
- lib/puppet/type/cisco_tacacs_server.rb
- Providers:
-
cisco
Overview
Manages a Cisco TACACS+ Server global configuration.
cisco_tacacs_server
..attributes..
The <name> is the name of the tacacs server instance.
There can only be one instance of the cisco_tacacs_server.
Example:
cisco_tacacs_server {\"default\":
ensure => present,
timeout => 10,
directed_request => true,
deadtime => 20,
encryption_type => clear,
encryption_password => 'test123',
source_interface => 'Ethernet1/2',
}