Use include instead of parameterized class when no params are given.
authorGarrett Honeycutt <code@garretthoneycutt.com>
Thu, 21 Nov 2013 14:33:00 +0000 (15:33 +0100)
committerGarrett Honeycutt <code@garretthoneycutt.com>
Thu, 21 Nov 2013 14:33:00 +0000 (15:33 +0100)
commita2105b08e07ef77037ea0a852891993beb21ef70
tree66d4090c956edd50638f087c01cc5be6615dd6e8
parentb549f7b8488646a7e65b12fbd4564c6a6a3cc2c9
Use include instead of parameterized class when no params are given.

Instead of perpetuating the use of parameterized classes, which we do
not want to do in light of Puppet v3 with Hiera integration, this change
invites people to use 'include' instead of the parameterized class
syntax when no params are present.
README.md