Kg/filesystem (#2530)

* Refactores filesystem doc.

Signed-off-by: kagarmoe <kgarmoe@chef.io>

* Removes file

Signed-off-by: kagarmoe <kgarmoe@chef.io>
This commit is contained in:
Kimberly Garmoe 2018-02-07 05:27:48 -08:00 committed by Christoph Hartmann
parent 5a5afb11e2
commit f5acd5d34e

View file

@ -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.
<br>
## 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).
<br>
## Examples
## Resource Property Examples
The following examples show how to use this InSpec audit resource.