From 28b783761c9cfbc5dbf0ce17e73d40b1365e0ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Tue, 21 Jan 2025 10:06:14 -0500 Subject: [PATCH] Make tf user a system user --- common/configuration/puppet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/configuration/puppet.yaml b/common/configuration/puppet.yaml index d34a70e5..45050334 100644 --- a/common/configuration/puppet.yaml +++ b/common/configuration/puppet.yaml @@ -7,7 +7,7 @@ mounts: users: - name: tf - no_create_home: true + system: true no_user_group: true homedir: /tmp %{ if contains(tags, "puppet") }