Resource Type: snmp_user

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

Overview

Set the SNMP contact name

Properties

  • auth

    Authentication mode [md5|sha]

    Supported values:
    • md5
    • sha
  • engine_id

    Necessary if the SNMP engine is encrypting data

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • password

    Cleartext password for the user

  • privacy

    Privacy encryption method [aes128|des]

    Supported values:
    • aes128
    • des
  • private_key

    Private key in hexadecimal string

  • roles

    A list of roles associated with this SNMP user

  • version

    SNMP version [v1|v2|v2c|v3]

    Supported values:
    • v1
    • v2
    • v2c
    • v3

Parameters

  • enforce_privacy

    If true, message encryption is enforced

    Supported values:
    • true
    • false
  • localized_key

    If true, password needs to be a hexadecimal value

    Supported values:
    • true
    • false
  • name (namevar)

    The name of the SNMP user