We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using v. 1.2.3.
I use this code in manifest:
create_resources('gnupg_key', $::profiles::common::gpg_keys::user_keys, {'ensure' => 'present'})
and this in hiera:
profiles::common::gpg_keys::user_keys: 'All something something something <ops@somecompany.com>': key_id: 'someid' user: root key_content: 'somecontent' key_type: public
..and with each puppet run I get:
Notice: /Stage[main]/Profiles::Common::Gpg_user_keys/Gnupg_key[All something something something <ops@somecompany.com>]/ensure: created
I think that this started happening when I started to use key name with a space in it...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using v. 1.2.3.
I use this code in manifest:
and this in hiera:
..and with each puppet run I get:
I think that this started happening when I started to use key name with a space in it...
The text was updated successfully, but these errors were encountered: