From 45c801f49a907ec48f4c2e2c954611b400b2247c Mon Sep 17 00:00:00 2001 From: Justin Stoller Date: Wed, 26 Jul 2023 15:33:50 -0700 Subject: [PATCH] (maint) Update docs for hiera.yaml best practices --- doc/common-patterns.mkd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/common-patterns.mkd b/doc/common-patterns.mkd index 9dfbd712b..b6b3ef32c 100644 --- a/doc/common-patterns.mkd +++ b/doc/common-patterns.mkd @@ -12,8 +12,7 @@ Use a [Control Repo](https://docs.puppet.com/pe/latest/cmgmt_control_repo.html) to store your `Puppetfile`. Hiera data should be in the Control repo OR as a separate source in -`r10k.yaml`. Any `hiera.yaml` in the Control repo will be ignored on a per -environment basis, locating it at `/etc/puppetlabs/puppet/hiera.yaml` is prefered. +`r10k.yaml`. Each puppet module should be contained in its own independent forge module or repository.