From 82cafccebbbdcd5739d055b528448faa2518b564 Mon Sep 17 00:00:00 2001 From: Clinton Wolfe Date: Mon, 3 Jun 2019 11:56:34 -0400 Subject: [PATCH] Remove enclosing HTML and re-render Signed-off-by: Clinton Wolfe --- docs/resources/apache.md.erb | 2 +- docs/resources/azure_generic_resource.md.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/apache.md.erb b/docs/resources/apache.md.erb index d2e338c65..dd6c7d957 100644 --- a/docs/resources/apache.md.erb +++ b/docs/resources/apache.md.erb @@ -5,7 +5,7 @@ platform: linux # apache -

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` resource.

+**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`](/docs/reference/resources/apache_conf) resource. Use the `apache` Chef InSpec audit resource to test the state of the Apache server on Linux/Unix systems. diff --git a/docs/resources/azure_generic_resource.md.erb b/docs/resources/azure_generic_resource.md.erb index 1e184aeb4..5614b8068 100644 --- a/docs/resources/azure_generic_resource.md.erb +++ b/docs/resources/azure_generic_resource.md.erb @@ -4,7 +4,7 @@ title: About the azure_generic_resource Resource # azure\_generic\_resource -

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` resource pack from https://github.com/inspec/inspec-azure, which offers rich functionality and specific resources to fit many common use cases.

+**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. 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.