Changes between Version 11 and Version 12 of how-to/puppet


Ignore:
Timestamp:
Apr 6, 2011, 12:19:30 AM (14 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • how-to/puppet

    v11 v12  
    33May First/People Link uses [http://www.puppetlabs.com/ puppet] to manage our network of servers.
    44
    5 With puppet, we can write a collection of puppet configuration files (aka manifests), including specific instructions for each server in our network. puppet runs on each server, reads the configuration files, develops a catalog of all instructions intended for the server on which it is running, and then it executes that catalog, applying all the directions.
     5With puppet, we can write a collection of puppet configuration files (aka manifests), including specific instructions for each server in our network. Typically, these configuration files are kept in a revision control system like git. puppet runs on each server, reads the configuration files, develops a catalog of all instructions intended for the server on which it is running, and then it executes that catalog, applying all the directions.
    66
    77== checking out the code ==