Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jan 2012 17:12:47 +0000 (UTC)
From:      Tim Bishop <tdb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils Makefile ports/sysutils/puppet-lint .pkg-descr.swp Makefile distinfo pkg-descr
Message-ID:  <201201251712.q0PHClui068426@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tdb         2012-01-25 17:12:47 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/puppet-lint .pkg-descr.swp Makefile distinfo 
                         pkg-descr 
  Log:
  - Add new port puppet-lint.
  
  Puppet-lint checks your Puppet manifests against the Puppet Labs style
  guide and alerts you to any discrepancies.
  
  You can test a single manifest file by running:
  
          puppet-lint <path to file>
  
  If you want to test your entire Puppet manifest directory, you can add
  require 'puppet-lint/tasks/puppet-lint' to your Rakefile and then run:
  
          rake lint
  
  WWW: https://github.com/rodjek/puppet-lint
  
  Revision  Changes    Path
  1.1373    +1 -0      ports/sysutils/Makefile
  1.1       +1 -0      ports/sysutils/puppet-lint/.pkg-descr.swp (new)
  1.1       +21 -0     ports/sysutils/puppet-lint/Makefile (new)
  1.1       +2 -0      ports/sysutils/puppet-lint/distinfo (new)
  1.1       +13 -0     ports/sysutils/puppet-lint/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201251712.q0PHClui068426>