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

前端 未结 1 365
离开以前
离开以前 2021-01-14 04:59

I have created the puppet master using aws opsworks. and I am able to add ami linux nodes automatically to the puppet master.

I am having issues when I tried to to a

相关标签:
1条回答
  • 2021-01-14 05:46

    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:

    0 讨论(0)
提交回复
热议问题