saltstack-formulas / mongodb-formula

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

don't install compass unless asked for #72

Closed sylvainfaivre closed 4 years ago

sylvainfaivre 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

https://github.com/saltstack-formulas/mongodb-formula/issues/70

Describe the changes you're proposing

Don't install compass unless asked for.

Pillar / config required to test the proposed changes

mongodb:
  compass:
    install: true | false

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context

myii commented 4 years ago

Thanks @sylvainfaivre, I've tested this when preparing semantic-release for this formula. That PR relies on these changes, due to #70.