вторник, 17 февраля 2015 г.

Puppet 3 Install With Unicorn & Nginx in CentOS

centos

How to install Puppet 3 on CentOS / RHEL 6 with Unicorn & Nginx for maximum efficiency. You can read more about why Unicorn is great because it’s Unix, in short it’s a much better option than Webrick (very slow) and no more work to setup than Mongrel (in my opinion). In this tutorial I couple Unicorn withNginx for optimial puppet master performance per dollar spent.
Installing Puppet Labs RPM for CentOS 6
I use the Puppet Labs repo, you might want to use the EPEL Repo however this will install an older version of puppet and I am rolling out Puppet 3 for my servers.

rpm -ivh http://yum.puppetlabs.com/el/6/products/i386/puppetlabs-release-6-6.noarch.rpm

Install the Puppet Master:

yum install puppet-server

Here is an example of Puppet deps on a CentOS 6 x86_64 minimal install:

Puppet 3 Install With Unicorn & Nginx in CentOS-01

Puppet 3 Install With Unicorn & Nginx in CentOS

Комментариев нет:

Отправить комментарий