Skip to content
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

Update README, ensure passingonly is a bool #112

Merged
merged 3 commits into from
Apr 22, 2015
Merged

Update README, ensure passingonly is a bool #112

merged 3 commits into from
Apr 22, 2015

Conversation

zxjinn
Copy link
Contributor

@zxjinn zxjinn commented Apr 20, 2015

There are two commits:
First-
Add top-level namespaces for everything (prefix ::) for future compatibility.
Differentiate agent and server configs, provide examples for both.
Update consul::service code example to match some recent manifest changes to that file.
Alphabetize parameters.
Change 'true' to '/bin/true' to prevent confusion about what 'true' means in that context.
Delete trailing whitespace
Closes #110, #97

I tested all of the code in the README except consul_acl, I couldn't get it to work on my system.. kept timing out. The Puppet/Ruby code was fine, as far as I could tell, but I couldn't ensure it did what it was supposed to.

Second-
Ensure passingonly is a bool
Closes #97

…mentation

Add top-level namespaces everything (prefix ::) for future compatibility.
Differentiate agent and server configs, provide examples for both.
Update consul::service code example to match some recent manifest changes to that file.
Alphabetize parameters.
Change 'true' to '/bin/true' to prevent confusion about what 'true' means in that context.
Delete trailing whitespace

Closes #110
@zxjinn
Copy link
Contributor Author

zxjinn commented Apr 21, 2015

ack! a failure! I'll fix it tomorrow. Looks like the test is expecting a quoted string, too!

@solarkennedy
Copy link
Contributor

Thanks! Super great.

solarkennedy added a commit that referenced this pull request Apr 22, 2015
Update README, ensure passingonly is a bool
@solarkennedy solarkennedy merged commit 4715858 into voxpupuli:master Apr 22, 2015
@zxjinn zxjinn deleted the zxjinn/readme_update branch April 22, 2015 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

README for consul::service is out of date passingonly needs to be a boolean for watch type
2 participants