Resource Type: cisco_user
- Defined in:
- lib/puppet/type/cisco_user.rb
- Providers:
-
cisco_ios
Overview
This represents a username configuration on a router or switch.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
password
The Password
Supported values:- /^\S+$/
-
password_type
Are we dealing with an UNENCRYPTED or HIDDEN Key ?
Supported values:- absent
- 0
- 7
-
privilege
Supported values:
- /^\d+$/
Parameters
-
name (namevar)
User name
Supported values:- /^\S+$/
-
provider
The specific backend to use for this ‘cisco_user` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.