-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
small fixes #33
base: master
Are you sure you want to change the base?
small fixes #33
Conversation
…versions to be locked
If both user/password are empty, shouldn't put "password: null" in api.json file. This is a quick HACK to get things working, a proper fix will be required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a couple review notes. We should probably discuss the other changes as they seem to make this formula backwards incompatible.
@@ -14,7 +14,5 @@ include: | |||
- dataset: | |||
api: | |||
host: {{ sensu.api.host }} | |||
password: {{ sensu.api.password }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we leave this in for backwards compatibility? and do some logic to handle when it should or should not be included?
Some small fixes that I found while using the formula.