Skip to content

Commit

Permalink
Merge pull request #658 from lbdemv/fix_docstring
Browse files Browse the repository at this point in the history
`init.pp`: Fix `manage_repo` param docstring, replaced nomad with consul
  • Loading branch information
kenyon committed Mar 21, 2024
2 parents e5cdb35 + f8e82eb commit 7111bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ Default value: `$consul::params::manage_group`

Data type: `Boolean`

Configure the upstream HashiCorp repository. Only relevant when $nomad::install_method = 'package'.
Configure the upstream HashiCorp repository. Only relevant when $consul::install_method = 'package'.

Default value: `$consul::params::manage_repo`

Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# `none` - disable install.
# @param join_wan The wan to join on service start (e.g. 'wan.foo.com'). Defaults to undef (i.e. won't join a wan).
# @param manage_group Whether to create/manage the group that should own the consul configuration files.
# @param manage_repo Configure the upstream HashiCorp repository. Only relevant when $nomad::install_method = 'package'.
# @param manage_repo Configure the upstream HashiCorp repository. Only relevant when $consul::install_method = 'package'.
# @param manage_service Whether to manage the consul service.
# @param manage_user Whether to create/manage the user that should own consul's configuration files.
# @param manage_user_home_location
Expand Down

0 comments on commit 7111bd4

Please sign in to comment.