Skip to content

Commit

Permalink
update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea committed Nov 1, 2024
1 parent e4c0bce commit 534a871
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ The following parameters are available in the `hdm` class:
* [`user`](#-hdm--user)
* [`group`](#-hdm--group)
* [`puppetdb_settings`](#-hdm--puppetdb_settings)
* [`puppet_dir`](#-hdm--puppet_dir)
* [`puppet_code_dir`](#-hdm--puppet_code_dir)
* [`disable_authentication`](#-hdm--disable_authentication)
* [`allow_encryption`](#-hdm--allow_encryption)
Expand Down Expand Up @@ -97,7 +98,7 @@ Version is the image tag name when using docker and
the git tag when using rvm
Please find the releases on HDM website: https://github.com/betadots/hdm/releases

Default value: `'2.1.0'`
Default value: `'3.0.0'`

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

Expand Down Expand Up @@ -224,6 +225,16 @@ Using SSL cert:

Default value: `{ 'server' => 'http://localhost:8080', }`

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

Data type: `Stdlib::Unixpath`

The path where HDM can find the global
hiera.yaml file
defaults to '/etc/puppetlabs'

Default value: `'/etc/puppetlabs'`

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

Data type: `Stdlib::Unixpath`
Expand Down

0 comments on commit 534a871

Please sign in to comment.