summaryrefslogtreecommitdiff
path: root/lib/chef/resource/scm/git.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/scm/git.rb')
-rw-r--r--lib/chef/resource/scm/git.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/resource/scm/git.rb b/lib/chef/resource/scm/git.rb
index af49704ee6..20cbf8a098 100644
--- a/lib/chef/resource/scm/git.rb
+++ b/lib/chef/resource/scm/git.rb
@@ -23,8 +23,6 @@ class Chef
class Git < Chef::Resource
use "scm"
- unified_mode true
-
provides :git
description "Use the **git** resource to manage source control resources that exist in a git repository. git version 1.6.5 (or higher) is required to use all of the functionality in the git resource."