Changes between Initial Version and Version 1 of how-to/puppet/layout
- Timestamp:
- Apr 6, 2011, 12:11:18 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
how-to/puppet/layout
v1 v1 1 = Puppet layout and deployment = 2 3 == Deployment == 4 5 Traditionally, puppet uses a puppet master. Each node runs a puppet process as root that contacts the master, receives changes to the manifest, and then executes those changes on the node. 6 7 MF/PL does not use a puppet master. 8