HomePhorge

(PUP-3568) Use puppet-lint v1 in module skeleton
b0d74c102e1dUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-3568) Use puppet-lint v1 in module skeleton

The relative bit is necessary with puppet-lint v1 or it will fail if the
directory is not named correctly, which anyone doing development is
going to have. After I upgraded to puppet-lint v1, all of my travis-ci
builds started to fail and this is the fix.

These are all common situations that would fail

  • Using Travis-ci.org
  • puppet module generate ghoneycutt-foo && cd ghoneycutt-foo && \ rake lint
  • git clone https://github.com/ghoneycutt/puppet-module-dnsclient.git \ && cd puppet-module-dnsclient && rake lint

Details

Provenance
Garrett Honeycutt <code@garretthoneycutt.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU6794115e3140: (PUP-3277) Allow resource changes in ticket 5477 test
Branches
Unknown
Tags
Unknown

Event Timeline

Garrett Honeycutt <code@garretthoneycutt.com> committed rPUb0d74c102e1d: (PUP-3568) Use puppet-lint v1 in module skeleton (authored by Garrett Honeycutt <code@garretthoneycutt.com>).Nov 7 2014, 7:30 PM