blob: 67ef7a05cb342baf92cb0419c015144cbd1a4980 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
}
```
|