X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3a4b1c2078cd515e93a5f1bf8967f380fbd1646f..cdb2f6f01940242c613b6c1d31332598dec7d625:/cookbooks/nfs/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/nfs/recipes/default.rb b/cookbooks/nfs/recipes/default.rb index e5e88ba65..8d44e2bd6 100644 --- a/cookbooks/nfs/recipes/default.rb +++ b/cookbooks/nfs/recipes/default.rb @@ -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