-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
(retry) Service Definition documentation and fix #28
Conversation
This is odd: the build failure doesn't seem to be related to my changes. Any thoughts? |
|
||
```puppet | ||
consul::service { 'redis': | ||
tags => ['master'], |
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.
Can you line up the arrows to conform to the style guide?
10-4. I should be able to take care of this today |
I pulled the test you wrote for #13, hope thats what you're looking for. |
Look great!
Thank you for the effort! |
(retry) Service Definition documentation and fix
I added a
$port * 1
to convert the string value to an int so it will render in json without quotes, and documented how to use this define in the README.