From 9642cd7ae24f0ba79ce5647c709b35ae8f06a285 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sun, 19 Jan 2025 21:14:51 +0100 Subject: vault backup: 2025-01-19 21:14:51 --- .trash/User management.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .trash/User management.md (limited to '.trash/User management.md') diff --git a/.trash/User management.md b/.trash/User management.md new file mode 100644 index 0000000..67ef7a0 --- /dev/null +++ b/.trash/User management.md @@ -0,0 +1,12 @@ +--- +tags: +references: + - https://www.puppet.com/docs/puppet/7/types/user.html + - https://www.puppet.com/docs/puppet/7/types/user.html#user-attribute-system +--- +System users can be defined as follows; +``` +user { + system => true|false +} +``` -- cgit v1.2.3