saltstack-formulas / bind-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
29 stars 117 forks source link

fix formatting for yaml blocks #113

Closed rbjorklin closed 5 years ago

javierbertoli commented 5 years ago

Hi @rbjorklin, it seems tests are failing because kitchen changed the format reporters should be configured. Mind you change this line with:

  reporter:
    - cli

so tests pass?

rbjorklin commented 5 years ago

I'm not familiar with kitchen, did my change cause this failure?

javierbertoli commented 5 years ago

I'm not familiar with kitchen, did my change cause this failure?

No, it seems that the format of the .kitchen.yml file changed since last PR to this formula and travis, which uses it to verifiy the formulas on each PR, is complaining

javierbertoli commented 5 years ago

Thanks @rbjorklin