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

Typo - README.md - Reference/options "force_connew" #109

Closed
6uhrmittag opened this issue Oct 26, 2017 · 3 comments
Closed

Typo - README.md - Reference/options "force_connew" #109

6uhrmittag opened this issue Oct 26, 2017 · 3 comments
Labels
docs Improvements or additions to documentation

Comments

@6uhrmittag
Copy link
Contributor

File in question: puppet-unattended_upgrades/README.md
Line: 162
Solution: force_connew -> force_confnew

The documentation contains a typo at
Reference -> Parameters -> options

force_connew (false): Always use the new config files, don't prompt

The key is named : force_confnew

See: puppet-unattended_upgrades/manifests/params.pp

                                    'force_confold'        => true,
                                    'force_confnew'        => false,
                                    'force_confmiss'       => false, }```
@juniorsysadmin juniorsysadmin added the docs Improvements or additions to documentation label Oct 26, 2017
@ekohl
Copy link
Member

ekohl commented Dec 11, 2017

@6uhrmittag would you be be willing to open a PR so you get the proper credits in the history? Github allows you to easily edit files via the web interface and create a PR from that.

@6uhrmittag 6uhrmittag mentioned this issue Dec 11, 2017
@6uhrmittag
Copy link
Contributor Author

Yes I am!
Thanks for asking @ekohl . This is my first contribution 🎉
Had no idea how simple it is.

PR: #117

@ekohl
Copy link
Member

ekohl commented Dec 11, 2017

Congrats. Let's hope it's the first of many.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants