From f8e82eb6a2993300f683620ac47ebd4f83bceffc Mon Sep 17 00:00:00 2001 From: Lukas <146716912+lbdemv@users.noreply.github.com> Date: Wed, 20 Mar 2024 22:54:51 +0100 Subject: [PATCH] init: Fix manage_repo param docstring, replaced nomad with consul --- REFERENCE.md | 2 +- manifests/init.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/REFERENCE.md b/REFERENCE.md index 5a52ecc0..36f4f389 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -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` diff --git a/manifests/init.pp b/manifests/init.pp index 8eb735d8..34f11dd0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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