#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 } ```