mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Merge pull request #4164 from inspec/cw/fix-4021-sunset-warnings
Update sunset messages on 2 resources
This commit is contained in:
commit
965ef8ae76
2 changed files with 5 additions and 5 deletions
|
@ -5,9 +5,9 @@ platform: linux
|
|||
|
||||
# apache
|
||||
|
||||
Use the `apache` Chef InSpec audit resource to test the state of the Apache server on Linux/Unix systems.
|
||||
<p class="warning">This resource is deprecated and should not be used. It was removed in Chef InSpec 4.0. The documentation below is preserved as a reference. Replacement functionality is available in the [apache_conf](apache_conf/) resource.</p>
|
||||
|
||||
<p class="warning">This resource is deprecated and should not be used. It will be removed in Chef InSpec 3.0.</p>
|
||||
Use the `apache` Chef InSpec audit resource to test the state of the Apache server on Linux/Unix systems.
|
||||
|
||||
<br>
|
||||
|
||||
|
@ -15,11 +15,11 @@ Use the `apache` Chef InSpec audit resource to test the state of the Apache serv
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
This resource was distributed along with Chef InSpec itself.
|
||||
|
||||
### Version
|
||||
|
||||
This resource first became available in v1.51.15 of InSpec.
|
||||
This resource first became available in v1.51.15 of InSpec and was removed in version 4.0.
|
||||
|
||||
## Syntax
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ title: About the azure_generic_resource Resource
|
|||
|
||||
# azure\_generic\_resource
|
||||
|
||||
<p class="warning">This resource is deprecated and should not be used. It will be removed in Chef InSpec 3.0.</p>
|
||||
<p class="warning">This resource is deprecated and should not be used. It will be removed in Chef InSpec 5.0. Instead of using any of the demonstration Azure resources included with Chef InSpec, use the [`inspec-azure`](https://github.com/inspec/inspec-azure) resource pack, which offers rich functionality and specific resources to fit many common use cases.</p>
|
||||
|
||||
Use the `azure_generic_resource` Chef InSpec audit resource to test any valid Azure Resource. This is very useful if you need to test something that we do not yet have a specific Chef InSpec resource for.
|
||||
|
||||
|
|
Loading…
Reference in a new issue