Tutorial by Examples

Puppet is a configuration management solution. Users describe the desired state of a server or software and configuration management achieves this state. This brings following advantages: Configurations can be reproduced exactly the same every time, as many times as necessary Configurations for ...
If you do deployments, configure your applications on multiple servers and required to login to your servers and make some changes in infrastructure, applications, pre-requisits etc. then puppet can definitely help you. Except all this if you handle a big infrastructure and want a centralized manag...
Before you decide to work on puppet there are few things that you need to know. puppet work in both client-server architecture (widely used) as well single machine (specially for testing purpose) puppet master can only be configured on a linux machine (master machine/node), windows can b...
Puppet provide official documention for both open-source and enterprise versions. you can find it here
System Requirements However, the Puppet master service is fairly resource intensive, and should be installed on a robust dedicated server. At a minimum, your Puppet master server should have two processor cores and at least 1 GB of RAM. To comfortably serve at least 1,000 nodes, it should have ...

Page 1 of 1