]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/base.rb
Use cgimap from PPA rather than building from source.
[chef.git] / cookbooks / web / recipes / base.rb
index 6b70cb702e721407a5277a5c5faf6a2aeb7e1e67..28bcf76790850e2e8eaa46b08a7b5ed8d483e75c 100644 (file)
 # limitations under the License.
 #
 
-node.default[:nfs]["/store/rails"] = {
-  :host => node[:web][:fileserver],
-  :path => "/store/rails"
-}
-
-include_recipe "nfs"
-
 directory node[:web][:base_directory] do
   group "rails"
   mode 0o2775