I need to run puppet-parser-validate, and puppet-lint on my existing puppet infrastructure, aboard I actually have a Jenkins server and have organized a Jenkins job that is triggered by a gitlab push.
The project structure is as follows:
puppet
--certs
--environments
----beta0-10
----production
----staging
--json
--manifests
--modules
----builds
----master
----node
--scripts
I have no idea as to where the testing files should be located to run puppet-parser-validate/puppet-lint against *.pp. Can somebody please help me with this?