X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a2a4c341d307e8bb4ed14e9eadcae49b48fe307c..fedddc7182f1f441b607ab8eb7644ac60924f129:/cookbooks/nfs/recipes/default.rb diff --git a/cookbooks/nfs/recipes/default.rb b/cookbooks/nfs/recipes/default.rb index 6c39c9a67..216e825f2 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. @@ -29,9 +29,9 @@ node[:nfs].each do |mountpoint, details| directory mountpoint do owner "root" group "root" - mode 0o755 + mode "755" recursive true - not_if { File.exist?(mountpoint) } + not_if { ::File.exist?(mountpoint) } end mount mountpoint do