简体   繁体   English

如何将人偶主节点设置为节点

[英]How to setup puppet master as a node

Currently I have a master and agent working on separate Centos 6.5 VMs. 目前,我有一个主管和代理在单独的Centos 6.5 VM上工作。 I would like to be able to configure my own master as I will be tearing down and making a new master every time. 我希望能够配置自己的主服务器,因为每次拆解并创建一个新的主服务器。

How can I get puppet agent --test --noop to work on my master machine as well? 如何获得人偶代理--test --noop也可以在我的主计算机上工作? Currently I receive an error: 目前,我收到一个错误:

Error: Could not request certificate: 502 "Proxy Error ( The specified Secure Sockets Layer (SSL) port is not allowed. ISA Server is not configured to allow SSL requests from this port. Most Web browsers use port 443 for SSL requests. )" 错误:无法请求证书:502“代理错误(不允许使用指定的安全套接字层(SSL)端口。ISA Server未配置为允许来自此端口的SSL请求。大多数Web浏览器使用端口443进行SSL请求。)”

SSL requests seem to be setup for port 443. Any thoughts? 似乎已为端口443设置了SSL请求。

Thank you very much! 非常感谢你! Jason 杰森

Credit to Felix Frank, mr_tron 感谢Mr_tron的Felix Frank

Issue seemed to be solved by removing http_proxy declaration in .bashrc file and anywhere else 问题似乎可以通过删除.bashrc文件和其他任何地方的http_proxy声明来解决。

Puppet Master now able to act as an agent 木偶大师现在可以充当代理

Thank you, Jason 谢谢杰森

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM