cvs commit: ports/sysutils Makefile ports/sysutils/puppet-lint .pkg-descr.swp Makefile distinfo pkg-descr

Tim Bishop tdb at FreeBSD.org
Wed Jan 25 17:12:48 UTC 2012


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)


More information about the cvs-ports mailing list