]> git.donarmstrong.com Git - dsa-puppet.git/blob - README.FIRST
Add some basic documentation
[dsa-puppet.git] / README.FIRST
1 Read the Puppet documentation:
2
3   http://docs.puppetlabs.com/puppet/latest/reference/lang_summary.html
4   http://docs.puppetlabs.com/references/stable/type.html
5   http://docs.puppetlabs.com/references/stable/function.html
6
7 * Set up local Git hooks:
8
9   $ make git_hooks
10
11   You have to do this each and every time you clone this repository.
12   Bad Things will happen if you don't.
13
14 * Install facter >= 1.6.2, puppet >= 2.7.6 and pcregrep.
15
16 * For Vim users, tools/vim contains some files that make life easier.
17
18 * Install puppet-lint.  You may not get the puppet-lint command on $PATH.  If not,
19   symlink it from ~/bin or somewhere.