(maint) Remove 'create' key for masterhttplog setting#3397
(maint) Remove 'create' key for masterhttplog setting#3397kylog wants to merge 1 commit intopuppetlabs:masterfrom
Conversation
This is the only setting that uses this key, and yet the webrick setup_logger step already creates the file if needed. So removing this will allow for some code cleanup in FileSetting and derived classes.
|
I wanted to get some comments on this before refactoring |
|
CLA signed by all contributors. |
|
We were discussing file-based settings today in the PR triage relating to #3045. If you have a file-based setting, e.g. |
|
@kylog what do you think about ticketing this and cleaning up |
|
ping @kylog |
|
Thanks for the reminder. I created https://tickets.puppetlabs.com/browse/PUP-3817. Not sure if I'm going to circle back to this one super soon (although it should be simple), so I'll just close this PR for now. |
This is the only setting that uses this key, and yet the
webrick setup_logger step already creates the file if needed.
So removing this will allow for some code cleanup in
FileSetting and derived classes.