Resource Type: tacacs_server

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

Overview

Configure a TACACS server

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • group

    Server group associated with this server

  • hostname

    The hostname or address of the TACACS server

  • key

    Encryption key (plaintext or in hash form depending on key_format)

  • key_format

    Encryption key format [0-7]

  • port

    The port of the TACACS server

  • single_connection

    Enable or disable session multiplexing [true|false]

    Supported values:
    • true
    • false
  • timeout

    Number of seconds before the timeout period ends

  • vrf

    Specifies the VRF instance used to communicate with the server

Parameters

  • name (namevar)

    The name of the TACACS server