Skip to content

Commit 714ec15

Browse files
authored
Merge pull request #9434 from puppetlabs/backport-9421-to-7.x
[Backport 7.x] Workaround strings bug when generating function docs
2 parents f8af278 + a5fd611 commit 714ec15

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/puppet/functions/hiera.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'hiera/puppet_function'
2+
23
# Performs a standard priority lookup of the hierarchy and returns the most specific value
34
# for a given key. The returned value can be any type of data.
45
#

lib/puppet/functions/yaml_data.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
require 'yaml'
3+
34
# The `yaml_data` is a hiera 5 `data_hash` data provider function.
45
# See [the configuration guide documentation](https://puppet.com/docs/puppet/latest/hiera_config_yaml_5.html#configuring-a-hierarchy-level-built-in-backends) for
56
# how to use this function.

0 commit comments

Comments
 (0)