Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with hiera #1

Open
cardil opened this issue Oct 23, 2019 · 0 comments
Open

Integrate with hiera #1

cardil opened this issue Oct 23, 2019 · 0 comments

Comments

@cardil
Copy link
Member

cardil commented Oct 23, 2019

Options are:

  • 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.:

[email protected]::counter: 13
[email protected]::scope: alnum
[email protected]::length: 32

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant