我尝试在debian机器上使用Chef(版本8:Jessy)。 我用这个命令安装了Chef:
apt-get install chef chef-server
之后,我尝试使用此命令配置Knife:
knife configure -i
在配置结束时我有这个错误:
ERROR: Your private key could not be loaded from /etc/chef-server/admin.pem
Check your configuration file ensure that your private key is readable
在存储库/ etc / chef中,我只有一个文件:" client.rb"
你能帮助我吗?
塞缪尔
PS:抱歉我的英语不好(我是法语;)
答案 0 :(得分:1)
安装Chef Server 11后,您必须运行chef-server-ctl reconfigure
,然后提取服务器。这在docs中有描述,也应在安装debian软件包后发出。