]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nfs/recipes/default.rb
Merge branch 'patch-2' of https://github.com/Tigerfell/chef into pr257
[chef.git] / cookbooks / nfs / recipes / default.rb
index c42cf9c82eb9b398254a5c0fb33e61e4fe98568d..216e825f2b48b6776587705d8f891267d4b41843 100644 (file)
@@ -29,7 +29,7 @@ node[:nfs].each do |mountpoint, details|
   directory mountpoint do
     owner "root"
     group "root"
-    mode 0o755
+    mode "755"
     recursive true
     not_if { ::File.exist?(mountpoint) }
   end