summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: f497841f777c814e591c2794b0308a9af114c79d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
To install this puppet module, copy this folder to your puppet modulepath.

You can usually find out where this is by running:

$ puppet config print modulepath

on your puppetmaster. In my case, this contains the directory:

/etc/puppet/modules/

I keep all of my puppet modules in git managed directories named:

puppet-<modulename>

You must remove the 'puppet-' prefix from the directory name for it to work!

Happy hacking!