On 1/19/16 7:31 AM, Gareth Rushgrove wrote:
> The error from Travis suggests a linting issue, specifically:
>
> manifests/config/mysql.pp - WARNING: ensure found on line but it's
> not the first attribute on line 24
>
> My guess for why you're not seeing that locally, but it's coming up in
>
Hi Gareth,
thanks a lot, using the control comment fixed my problem and the CI run is
now passing.
Regards Thomas
2016-01-19 13:31 GMT+01:00 Gareth Rushgrove :
> The error from Travis suggests a linting issue, specifically:
>
> manifests/config/mysql.pp - WARNING: ensure found on line but i
The error from Travis suggests a linting issue, specifically:
manifests/config/mysql.pp - WARNING: ensure found on line but it's
not the first attribute on line 24
My guess for why you're not seeing that locally, but it's coming up in
Travis is that the version of puppet-lint is unspecified.
Hello,
I have a small problem with a Puppet module I've wrote. The module is:
https://forge.puppetlabs.com/thbe/bacula
When I check the module locally with:
bundle exec rake validate && bundle exec rake lint && bundle exec rake spec
SPEC_OPTS='--format documentation'
it says everything is f