diff options
Diffstat (limited to '.trash/User management.md')
-rw-r--r-- | .trash/User management.md | 12 |
1 files changed, 12 insertions, 0 deletions
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 +} +``` |