-
Notifications
You must be signed in to change notification settings - Fork 230
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
Add soft_write_failure to puppetdb.conf #89
Conversation
This supports a recently added feature to PuppetDB.
|
Can one of the admins verify this patch? |
|
@kbarber This should make the availability of this functionality more transparent. |
|
test this please |
| class puppetdb::master::puppetdb_conf ( | ||
| $server = 'localhost', | ||
| $port = '8081', | ||
| $soft_write_failure = false, |
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.
So this new parameter, following current convention should be exposed in puppetdb::master::config as well. Which warrants an update to the documentation in the README.md also.
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Test FAILed. |
|
@ghoneycutt let me look into that failure, its not your code at least. |
I can rebase these commits once the code is debugged and to your liking.
|
retest this please |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Test PASSed. |
Add soft_write_failure to puppetdb.conf
This supports a recently added feature to PuppetDB.