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

Avoid warn with puppet4 #137

Merged
merged 1 commit into from Jun 7, 2017
Merged

Avoid warn with puppet4 #137

merged 1 commit into from Jun 7, 2017

Conversation

PascalBourdier
Copy link

"gnupg_installed" fact is not present by default, and we got this message in puppet4 server log :
WARN [puppetserver] Puppet Unknown variable: '::gnupg_installed'. at

An idea is to use the $facts['fact_name'] :
https://docs.puppet.com/puppet/4.10/lang_facts_and_builtin_vars.html#the-factsfactname-hash

"gnupg_installed" fact is not present by default, and we got this message in puppet4 server log :
WARN  [puppetserver] Puppet Unknown variable: '::gnupg_installed'. at 

An idea is to use the $facts['fact_name'] :
https://docs.puppet.com/puppet/4.10/lang_facts_and_builtin_vars.html#the-factsfactname-hash
@carlossg carlossg merged commit 967c58c into voxpupuli:master Jun 7, 2017
@ekohl ekohl added the bug Something isn't working label Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants