-
Notifications
You must be signed in to change notification settings - Fork 0
Modularize resources #11
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
✅ Deploy Preview for chef-inspec-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
```ruby | ||
its('name') { should include('bar') } | ||
``` | ||
{{< readfile file="content/reusable/md/modularized_resource.md" >}} |
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.
note ssh_config and ssh_key will remain as core resources i.e. a miss in confluence doc from our end so please remove this from modularized list
## Matchers | ||
|
||
{{< readfile file="content/reusable/md/inspec_matchers_link.md" >}} | ||
{{< readfile file="content/reusable/md/modularized_resource.md" >}} |
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.
Can we remove the sybase, opa and ibmdb2 all resources from this list for now as those won't be part of this release. Debdan will be giving content to address breaking of this resources in the release
Description
Hide resources that are modularized in InSpec 7 and provide a link to their new documentation pages.
Chef InSpec versions
Issues resolved
Related PRs
Checklist