blob: a4520898ca418726e6ca6e4c188dfcadc86993c1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#puppet
Users can be managed with the [user resource](https://www.puppet.com/docs/puppet/7/types/user.html)
[System users](https://www.puppet.com/docs/puppet/7/types/user.html#user-attribute-system) can be defined as follows;
```
user {
system => true|false
}
```
|