-
Notifications
You must be signed in to change notification settings - Fork 437
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 documentation changes for apt_package resource #4156
Conversation
✅ Deploy Preview for chef-web-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
f8687a0
to
16ebcb2
Compare
cd2a931
to
cffbfa1
Compare
Related PR: chef/chef#13873 |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
|
||
```ruby | ||
apt_package 'lua5.3' do | ||
version '5.3.3-1.1ubuntu2' |
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.
@IanMadd any idea how to turn the [vale] error on this off? This isn't even a range
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.
In this case we can just skip it.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
NOTE: Corresponding Infra Client feature chef/chef#13873 is not released yet (merged but not released). So this PR needs to be merged after next Infra Client 18.x.x release |
81e3b27
to
2a01488
Compare
Update property description Signed-off-by: Neha Pansare <neha.pansare@progress.com>
Signed-off-by: Neha Pansare <neha.pansare@progress.com>
2a01488
to
a8d3afd
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Description
Add documentation updates about newly added property
anchor_package_regex
toapt_package
.Definition of Done
Issues Resolved
[List any existing issues this PR resolves, or any Discourse or
StackOverflow discussion that's relevant]
Related PRs
chef/chef#13873
Check List