From f5acd5d34e0d69dce24790534cce690821c6234b Mon Sep 17 00:00:00 2001 From: Kimberly Garmoe Date: Wed, 7 Feb 2018 05:27:48 -0800 Subject: [PATCH] Kg/filesystem (#2530) * Refactores filesystem doc. Signed-off-by: kagarmoe * Removes file Signed-off-by: kagarmoe --- docs/resources/filesystem.md.erb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/resources/filesystem.md.erb b/docs/resources/filesystem.md.erb index 27c921396..87f326f5f 100644 --- a/docs/resources/filesystem.md.erb +++ b/docs/resources/filesystem.md.erb @@ -4,7 +4,8 @@ title: About the filesystem Resource # filesystem -Use the `filesystem` InSpec resource to audit filesystem disk space usage +Use the `filesystem` InSpec resource to audit filesystem disk space usage. +
## Syntax @@ -17,12 +18,12 @@ A `filesystem` resource block declares tests for disk space in a partion: where -* `filesystem('/')` states that it will be looking at the root (/) partition -* `size` is measured in megabytes (MB) +* `filesystem('/')` states that the resource will look at the root (/) partition. +* `size` is measured in megabytes (MB).
-## Examples +## Resource Property Examples The following examples show how to use this InSpec audit resource.