Indent Fix

Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
This commit is contained in:
Mary Jinglewski 2020-01-14 15:30:59 -05:00
parent c45b4736ba
commit c80a39e371

View file

@ -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