Download as odt, pdf, or txt
Download as odt, pdf, or txt
You are on page 1of 1

PUPPET NEW DOC

http://docs.puppetlabs.com/
http://docs.puppetlabs.com/geppetto/latest/index.html
"node" is the Puppet term for an individual machine that has a Puppet configuration. A node
declaration looks like this:
node NODENAME {
RESOURCE
RESOURCE
...
}

You might also like