You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: REFERENCE.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ Thus making it directly usable with the values from facter.
29
29
*[`extlib::random_password`](#extlib--random_password): A function to return a string of arbitrary length that contains randomly selected characters.
30
30
*[`extlib::read_url`](#extlib--read_url): Fetch a string from a URL (should only be used with 'small' remote files). This function should only be used with trusted/internal sources.
31
31
*[`extlib::remote_pql_query`](#extlib--remote_pql_query): Perform a PuppetDB query on an arbitrary PuppetDB server If you need to query a PuppetDB server that is not connected to your Puppet Server
32
+
*[`extlib::remove_blank_lines`](#extlib--remove_blank_lines): Remove blank lines from a string
32
33
*[`extlib::resources_deep_merge`](#extlib--resources_deep_merge): Deeply merge a "defaults" hash into a "resources" hash like the ones expected by `create_resources()`.
33
34
*[`extlib::sort_by_version`](#extlib--sort_by_version): A function that sorts an array of version numbers.
34
35
*[`extlib::to_ini`](#extlib--to_ini): This converts a puppet hash to an INI string.
@@ -1054,6 +1055,24 @@ Data type: `Optional[Hash]`
1054
1055
1055
1056
PuppetDB query options. (See https://www.puppet.com/docs/puppetdb/8/api/query/v4/paging)
0 commit comments