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
$fqdn
The EPP templating documentation
https://www.puppet.com/docs/puppet/8/lang_template_epp.html
provides two examples of using facts in printing tags
<%= $fqdn %> ServerName <%= $facts[fqdn] %>
The first line is considered legacy, the second line is embraced syntax. The documentation should drop the legacy to favor adoption of the new syntax.
The text was updated successfully, but these errors were encountered:
Migrated issue to PUPDOC-5668
Sorry, something went wrong.
This issue was fixed and the documentation was published as part of the Puppet 8.8.1 and 7.32.1 releases.
No branches or pull requests
remove legacy fact
$fqdn
from documentationThe EPP templating documentation
https://www.puppet.com/docs/puppet/8/lang_template_epp.html
provides two examples of using facts in printing tags
The first line is considered legacy, the second line is embraced syntax. The documentation should drop the legacy to favor adoption of the new syntax.
The text was updated successfully, but these errors were encountered: