Merge pull request 'Change `mount` behavior.' (#81) from change-mount-behavior into master
Reviewed-on: #81
This commit is contained in:
commit
8f4229d950
|
@ -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