- refer to the page explaining how to fix the erorr discovered by puppet-lint

- take maintainership
This commit is contained in:
jasper 2012-10-08 09:41:35 +00:00
parent fe0d3879f2
commit 5c0a5e7fd9
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2012/10/08 09:38:20 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2012/10/08 09:41:35 jasper Exp $
COMMENT= ensure your Puppet manifests conform with the style guide
@ -6,6 +6,8 @@ DISTNAME= puppet-lint-0.3.1
CATEGORIES= sysutils
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
HOMEPAGE= http://puppet-lint.com/
# MIT

View File

@ -1,2 +1,5 @@
Checks your Puppet manifests against the Puppetlabs style guide and
alerts you to any discrepancies.
Pleaes refer to http://puppet-lint.com/checks/ for a description of each
check and to get some help in fixing the errors.