Chef/Puppet
-
ERROR: The missing cookbook(s)
If you received error uploading cookbook to chef server: knife cookbook upload rundeck Uploading rundec ERROR: Cookbook rundeck depends on cookbooks which are not currently…
-
Installing Chef on Centos 6
Today we will install chef server in our home lab based on proxmox 3.4.6. So we have installed server 2cpu, 2Gb memory, Centos 6.7 First…
-
Cooking with Chef: How to deploy instance on AWS with knife
Today I want to try provisioning and configuring Amazon AWS instances with Chef. To do that I have: Free tier account on AWS Open Source…
-
Knife-vsphere installation errors
Today I tried to install knife vsphere support for Chef (You can make it by this command $gem install knife-vsphere ) on Ubuntu and received…
-
Chef Manage install: RuntimeError – I don’t know how to install addons for platform family
When I try to install Chef Manage on Centos 7 as described here $ chef-server-ctl install opscode-manage
-
Execute bash script by puppet
We need to execute bash script on several servers. To do it manually – bad idea. But we have puppet. Lets make it by puppet.…