[19:40:23] I could use some help understanding the puppet 'admin' module. I'm installing a new service (cinder) that creates a service user; that user is then removed by enforce-users-groups-cleanup. [19:40:46] That almost makes sense to me, except I have a bunch of other package-installed service users (nova, glance, keystone) which are not removed by enforce-users-groups-cleanup. [19:40:50] What's the difference? [19:42:57] seems like that's a jbond42 question ^ [19:43:36] I haven't looked at any of that for years, but if I have to take a bet, I'd say that it's not a system uid? [19:43:52] yeah, I just noticed that — it's 64061 [19:43:52] under (or over) the thresholds for system IDs set in /etc/adduser.conf [19:43:55] which is outside the range [19:44:09] ok, so probably I just need to add a ref to admin someplace [19:44:10] thanks!