]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/base.rb
Drop NFS mounts from web servers
[chef.git] / cookbooks / web / recipes / base.rb
index 2c943c6246f8e949c27d1465cb4039188ee2276a..6fe8c7f5d6b939441de070efc4649db9048d7e04 100644 (file)
 # limitations under the License.
 #
 
-node.default[:nfs]["/store/rails"] = {
-  :host => node[:web][:fileserver],
-  :path => "/store/rails"
-}
-
 include_recipe "accounts"
-include_recipe "nfs"
 
 directory node[:web][:base_directory] do
   group "rails"