Browse Source

Revert "Merge pull request #23 from Youscribe/addRoot"

This reverts commit 40079b26d8e5d4a6b6f4c611e15f0d3efc25d4b7, reversing
changes made to 075ed609ce4d4679a6d4fc0008a6bf6080127623.
jtimberman 11 years ago
parent
commit
56a643965c
2 changed files with 0 additions and 3 deletions
  1. 0 2
      README.md
  2. 0 1
      resources/default.rb

+ 0 - 2
README.md

@@ -70,8 +70,6 @@ more documentation.
   starting the deployment
 - `path`: target path of the deployment; it will be created if it does
   not exist
-- `app_root`: path where the application can be found in relative from
-  path. Default value is "/".
 - `owner`: the user that shall own the target path
 - `group`: the group that shall own the target path
 - `strategy`: the underlying LWRP that will be used to perform the

+ 0 - 1
resources/default.rb

@@ -33,7 +33,6 @@ actions :deploy, :force_deploy
 attribute :name, :kind_of => String, :name_attribute => true
 attribute :environment_name, :kind_of => String, :default => (node.chef_environment =~ /_default/ ? "production" : node.chef_environment)
 attribute :path, :kind_of => String
-attribute :app_root, :kind_of => String, :default => "/"
 attribute :owner, :kind_of => String
 attribute :group, :kind_of => String
 attribute :strategy, :kind_of => [String, Symbol], :default => :deploy_revision