Puppet::Tidy

Puppet::Tidy is a Perl module and standalone application to verify that
Puppet manifests comply with the Puppet Style Guide which is available
here: http://docs.puppetlabs.com/guides/style_guide.html.

It was developed after getting bored pretty quickly with manually fixing the
warnings emitted by the awesome puppet-lint tool.

For more information about Puppet::Tidy please visit it's homepage at
http://opensource.mtier.org/ptidy.html

Jasper Lievisse Adriaanse
[email protected]

REQUIREMENTS

 - File::Copy
 - Text::Tabs

INSTALLATION

 perl Makefile.PL
 make
 make install

TESTING

 make test

STATUS

 Beta. Not early all the functionality I've planned has been
 implemented yet, along with the fact that Puppet::Tidy could also
 use a real parser.

SUPPORT

In case you have questions or you need support please contact us at
[email protected].