Skip to content

Commit 141ad4b

Browse files
authored
Merge pull request #9421 from joshcooper/strings_bug
Workaround strings bug when generating function docs
2 parents f3d12c2 + dd4d8b8 commit 141ad4b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: lib/puppet/functions/hiera.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
require 'hiera/puppet_function'
4+
45
# Performs a standard priority lookup of the hierarchy and returns the most specific value
56
# for a given key. The returned value can be any type of data.
67
#

Diff for: lib/puppet/functions/yaml_data.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

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

0 commit comments

Comments
 (0)