How to configure chef system on redhat/centos?
NickName:sandip divekar Ask DateTime:2014-03-20T16:50:11

How to configure chef system on redhat/centos?

I want to install chef server,client and workstation on centos. I am referring to this article

So i want to know what will be structure of chef server, client and workstation on OS vm machines.

Suppose i have 3 machines so shall i install these 3 separatly or 2 machines will be enough.

Plz help me with structure so i will get clear idea how chef actually works on VM.

Copyright Notice:Content Author:「sandip divekar」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/22527736/how-to-configure-chef-system-on-redhat-centos

More about “How to configure chef system on redhat/centos?” related questions

How to configure chef system on redhat/centos?

I want to install chef server,client and workstation on centos. I am referring to this article http://sachinsharm.wordpress.com/2013/10/11/installsetup-and-configure-chef-serverworkstationnode-on-

Show Detail

How do I configure NPM to use the system certificate authorities in CentOS/RHEL?

How can I configure NPM to use the system certificate bundle in an Enterprise Linux based OS (CentOS/RedHat/etc)? Additionally, how can I add a custom certificate to this store?

Show Detail

chef solo not running in redhat linux

I have installed the ChefDK rpm package in Redhat Linux 7.2. The chef-solo --version command provides the correct version (Chef: 12.19.36). Now I'm trying to run my recipe using the following chef-

Show Detail

vagrant, install chef/centos-6.6

My vagrant version is: $ vagrant --version Vagrant version 1.0.1 Following these instructions, vagrant init works: $ vagrant init chef/centos-6.6 A `Vagrantfile` has been placed in this director...

Show Detail

chef service[auditd] is broken for centos-7

I am attempting to run the service resource on a centos7 ec2 instance (ami-d2c924b2) for auditd: service 'auditd' do provider Chef::Provider::Service::Init::Redhat action :nothing end How...

Show Detail

Chef chef-restart cookbook updates (to reboot node and refresh user profile changes)

Anyone knows how can I encourage Chef team to update the cookbook chef-restart ? https://github.com/keenlabs/chef-restart It is old and is not working with last Chef versions, also it doesn't support

Show Detail

compat-openmpi for centos 8 or redhat 8

I have found compat-openmpi packages for centos 7 https://linuxconfig.org/how-to-install-rpm-bin-package-in-redhat-linux-8 or https://centos.pkgs.org/7/centos-x86_64/compat-openmpi16-1.6.4-10.7.2.el7.

Show Detail

how install rvm on RHL7 using centos repo

How to install rvm(ruby) on RHL7 using centos repo. I know if we are using centos repository we should be using centos OS and not RedHat, but we have a proprietary software that require Redhat. w...

Show Detail

CentOS 6.7 php 5.6 Chef

We are running on php 5.4.44 with CentOS 6.7 I was reading some comments found here: https://www.reddit.com/r/PHP/comments/2w7xok/does_anyone_know_where_i_can_find_a_chef_cookbook/ How could I go ...

Show Detail

How to install chef-solo

What's the proper way to install chef-solo on Redhat/Fedora? I tried following the directions at the opscode wiki, but after running gem install chef --no-ri --no-rdoc, which chef-solo and ls /usr...

Show Detail