From bd3eef49a0255fab196cbd928f39b445868434b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Thu, 31 Mar 2022 15:02:41 -0400 Subject: [PATCH] clarify how to setup client side checks --- howto/puppet.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/howto/puppet.md b/howto/puppet.md index cc0ef88b..69e6e610 100644 --- a/howto/puppet.md +++ b/howto/puppet.md @@ -1584,7 +1584,8 @@ An alternative implementation [using Prometheus](https://forge.puppet.com/puppet There are no validation checks and *a priori* no peer review of code: code is directly pushed to the Puppet server without validation. Work is being done to [implement automated checks](https://gitlab.torproject.org/tpo/tpa/team/-/issues/31226) but that is only -being deployed on some clients for now. +being deployed on the client side for now, and voluntarily. See the +[Validating Puppet code section](#validating-puppet-code) above. ## Logs and metrics -- GitLab