mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Indent Fix
Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
This commit is contained in:
parent
c45b4736ba
commit
c80a39e371
1 changed files with 4 additions and 4 deletions
|
@ -45,10 +45,10 @@ The following examples show how to use this Chef InSpec audit resource.
|
|||
its('driftfile') { should eq '/var/lib/ntp/ntp.drift' }
|
||||
its('server') do
|
||||
should eq [
|
||||
0.ubuntu.pool.ntp.org,
|
||||
1.ubuntu.pool.ntp.org,
|
||||
2.ubuntu.pool.ntp.org
|
||||
]
|
||||
0.ubuntu.pool.ntp.org,
|
||||
1.ubuntu.pool.ntp.org,
|
||||
2.ubuntu.pool.ntp.org
|
||||
]
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue