]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nfs/recipes/default.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / nfs / recipes / default.rb
index e5e88ba65cb8ac004c4a767f9348ddb446317a42..8d44e2bd62673550c8e77f8042b6d4f6b8492644 100644 (file)
@@ -35,7 +35,7 @@ node[:nfs].each do |mountpoint, details|
   end
 
   mount mountpoint do
-    action [ :mount, :enable ]
+    action [:mount, :enable]
     device "#{details[:host]}:#{details[:path]}"
     fstype "nfs"
     options mount_options