X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b77c85e90532aae16cf8d608f6df582b99131e15..741593ee2bf203c9261f604d094e3d8e621698a8:/cookbooks/nfs/recipes/default.rb diff --git a/cookbooks/nfs/recipes/default.rb b/cookbooks/nfs/recipes/default.rb index 80d3d9e21..c42cf9c82 100644 --- a/cookbooks/nfs/recipes/default.rb +++ b/cookbooks/nfs/recipes/default.rb @@ -31,7 +31,7 @@ node[:nfs].each do |mountpoint, details| group "root" mode 0o755 recursive true - not_if { File.exist?(mountpoint) } + not_if { ::File.exist?(mountpoint) } end mount mountpoint do