saltstack-formulas / mysql-formula

Install the MySQL client and/or server
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
85 stars 369 forks source link

style: remove previous line from jinja directives #232

Closed daks closed 4 years ago

daks commented 4 years ago

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

none

Describe the changes you're proposing

A simple style PR to remove whitespace blocks with Jinja directives, to ease debugging.

Pillar / config required to test the proposed changes

-

Debug log showing how the proposed changes work

-

Documentation checklist

Testing checklist

Additional context

myii commented 4 years ago

@daks I approved the changes and then I noticed Travis! Realised straight away that we were probably encountering the whitespace control issue and sure enough, it works when fixed:

That also includes fixing/ignoring the shellcheck failure, so I'll merge that in now so that builds stop failing in this repo.

myii commented 4 years ago

@daks So let's get #233 merged and then rebase this PR on top.

daks commented 4 years ago

I commited your suggested changes. I'll let you merge #233 before if needed.

myii commented 4 years ago

Merged, thanks @daks.

saltstack-formulas-travis commented 4 years ago

:tada: This PR is included in version 0.52.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: