You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
counter - A sequential password number. Changing the password should be done by
advancing this number. Default value is 1.
scope - A definition of scope that the password will be generated from. Defaults to alnum.
length - A length of password to be generated in number of signs. Default value is 16.
All options described above can also be set via Hiera. To do this define a key that is
created by adding a password name and suffix of ::counter, ::scope, or ::length. Ex.:
You can specify a counter both in Puppet code and in Hiera. Specifying scope or length,
in both places isn't supported and will result in compilation error.
The text was updated successfully, but these errors were encountered:
Options are:
counter
- A sequential password number. Changing the password should be done byadvancing this number. Default value is
1
.scope
- A definition of scope that the password will be generated from. Defaults toalnum
.length
- A length of password to be generated in number of signs. Default value is16
.All options described above can also be set via Hiera. To do this define a key that is
created by adding a password name and suffix of
::counter
,::scope
, or::length
. Ex.:You can specify a
counter
both in Puppet code and in Hiera. Specifyingscope
orlength
,in both places isn't supported and will result in compilation error.
The text was updated successfully, but these errors were encountered: