Re: [Puppet Users] odd puppet-lint config problems

2016-01-20 Thread Ramin K
On 1/20/16 1:33 PM, Garrett Honeycutt wrote: Hi Ramin, It sounds like you have a repo with a bunch of modules as opposed to one repo per module. Recommend using a script that calls puppet-lint with the arguments that you would like and integrating that into a pre-commit check or a build pipeline

Re: [Puppet Users] odd puppet-lint config problems

2016-01-20 Thread Garrett Honeycutt
On 1/20/16 4:17 PM, Ramin K wrote: > I'm doing some work around distributing a puppet-lint wrapper > internally. Ideally I want a wrapper that reads a custom .puppet-lint.rc > within the repo and the rc file is --only-checks so we can enable new > checks as the codebase is ready to be stricter. >

[Puppet Users] odd puppet-lint config problems

2016-01-20 Thread Ramin K
I'm doing some work around distributing a puppet-lint wrapper internally. Ideally I want a wrapper that reads a custom .puppet-lint.rc within the repo and the rc file is --only-checks so we can enable new checks as the codebase is ready to be stricter. The problems I'm running into are 1. .pu