From f831c0624f443bf7d3d7626d7b550290aa9d52aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Su=C3=A1rez=20Hern=C3=A1ndez?= Date: Wed, 29 Apr 2026 13:04:08 +0100 Subject: [PATCH] Do not expose GH credentials in OpenTofu output --- salt/controller/init.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/controller/init.sls b/salt/controller/init.sls index 5a8a0c994..2e568c937 100644 --- a/salt/controller/init.sls +++ b/salt/controller/init.sls @@ -130,6 +130,7 @@ fix_cucumber_html_reporter_style: git_config: file.append: - name: ~/.netrc + - show_changes: False - text: | {%- if grains.get("git_username") and grains.get("git_password") %} machine github.com