卸载puppet和puppet-common后删除puppet用户是否安全?


1

在Debian中,我使用安装了木偶apt-get install puppet

后来我决定用卸载它apt-get purge puppet puppet-common

但是我只是注意到我的/ etc / passwd文件仍然包含puppet的行:

puppet:x:107:115:Puppet configuration management daemon,,,:/var/lib/puppet:/bin/false

该用户是否出于某种原因还在附近?userdel -r puppet由于木偶本身已不再安装在我的系统中,因此有何危害?

Answers:


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.