mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Correct filesystem resource docs for windows example
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
c8fb6c9d6f
commit
64676b2482
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@ The following examples show how to use this Chef InSpec audit resource.
|
|||
|
||||
### Test if the C:\ partition is NTFS
|
||||
|
||||
describe filesystem('c:\') do
|
||||
Note that Windows filesystems (drives) are referred to without any slashes:
|
||||
|
||||
describe filesystem('c:') do
|
||||
its('type') { should cmp 'NTFS' }
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue