what are the side effects of disabling ohai 'passwd' plugin

試著忘記壹切 提交于 2019-12-25 05:13:25

问题


I have couple of nodes where i face '413 "Request Entity Too Large" error'. After googling, I found that we need to disable the 'passwd' ohai plugin to reduce the node data size which is being saved to Chef server - Referring to: Opscode Chef Request entity too large registering a node Just wanted to know, if there will be any side effect, if we disable the 'passwd' ohai plugin.


回答1:


The side effect is that node['etc']['passwd'] wont' be populated.



来源:https://stackoverflow.com/questions/43655961/what-are-the-side-effects-of-disabling-ohai-passwd-plugin

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!