Change `mount` behavior.
This commit is contained in:
parent
c9b5850cbb
commit
386d169530
|
@ -55,6 +55,6 @@ file '/etc/fstab' do
|
|||
not_if 'grep apt-mirror /etc/fstab'
|
||||
end
|
||||
|
||||
execute 'mount -a' do
|
||||
execute 'mount -a || true' do
|
||||
not_if 'df -h | grep shared'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue