Skip to content

Commit

Permalink
Update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea committed May 23, 2024
1 parent e5d6462 commit f53abc6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ The following parameters are available in the `hdm` class:
* [`ldap_settings`](#-hdm--ldap_settings)
* [`ldap_bind_dn_password`](#-hdm--ldap_bind_dn_password)
* [`hdm_hiera_config_file`](#-hdm--hdm_hiera_config_file)
* [`puppet_dir`](#-hdm--puppet_dir)
* [`global_hiera_yaml`](#-hdm--global_hiera_yaml)
* [`custom_lookup_function`](#-hdm--custom_lookup_function)

##### <a name="-hdm--method"></a>`method`
Expand Down Expand Up @@ -322,6 +324,22 @@ want HDM to not use hiera.yaml.

Default value: `'hiera.yaml'`

##### <a name="-hdm--puppet_dir"></a>`puppet_dir`

Data type: `Stdlib::Unixpath`

Path to the complete puppet dir

Default value: `'/etc/puppetlabs'`

##### <a name="-hdm--global_hiera_yaml"></a>`global_hiera_yaml`

Data type: `Stdlib::Unixpath`

Absolute path to global hiera.yaml file

Default value: `'/etc/puppetlabs/puppet/hiera.yaml'`

##### <a name="-hdm--custom_lookup_function"></a>`custom_lookup_function`

Data type: `Hash[String[1],Enum['yaml', 'eyaml']]`
Expand Down

0 comments on commit f53abc6

Please sign in to comment.