X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a2a4c341d307e8bb4ed14e9eadcae49b48fe307c..611017bc534a5e2191dbf939b4be4899bbe9669c:/cookbooks/nfs/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/nfs/recipes/default.rb b/cookbooks/nfs/recipes/default.rb index 6c39c9a67..c42cf9c82 100644 --- a/cookbooks/nfs/recipes/default.rb +++ b/cookbooks/nfs/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: nfs +# Cookbook:: nfs # Recipe:: default # -# Copyright 2010, OpenStreetMap Foundation +# Copyright:: 2010, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -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