Windows Puppet agent does not connect to the AWSOpsWorks Puppet Enterprise master

佐手、 提交于 2019-12-02 00:31:46
Jeremy Adams

You'll need to set allow_unauthenticated_ca to true on your OpsWorks master and then run puppet on it to make the change. Afterwards, you should be able to install the agent even if you're not provisioning from AWS or choose not to use the userdata script.

Steps:

  1. login to console.
  2. click on classification
  3. under PE infrastructure, select PE master.
  4. Go to configuration tab
  5. look for class puppet_enterprise::profile::master
  6. under parameters, select allow_unauthenticated_ca and set it to true

Screenshot:

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