diff options
author | Aaron Stone <aaron@serendipity.cx> | 2012-10-18 14:57:15 -0700 |
---|---|---|
committer | Aaron Stone <aaron@brightroll.com> | 2012-10-18 14:57:41 -0700 |
commit | cb791664568ba4093ab296de190ed470124d1f54 (patch) | |
tree | 3460eb61f2cd20695188466ceb7eeaef55d14e8f /lib/puppet/provider/vcsrepo/git.rb | |
parent | 28f819db2e882e78237dbb8f2bfb449be71f720c (diff) |
Add a dummy provider, remove 'defaultfor' from all other providers. Resolves warning about multiple default providers for :vcsrepo.
Diffstat (limited to 'lib/puppet/provider/vcsrepo/git.rb')
-rw-r--r-- | lib/puppet/provider/vcsrepo/git.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/provider/vcsrepo/git.rb b/lib/puppet/provider/vcsrepo/git.rb index 95115c6..9254243 100644 --- a/lib/puppet/provider/vcsrepo/git.rb +++ b/lib/puppet/provider/vcsrepo/git.rb @@ -6,7 +6,6 @@ Puppet::Type.type(:vcsrepo).provide(:git, :parent => Puppet::Provider::Vcsrepo) ##TODO modify the commands below so that the su - is included optional_commands :git => 'git', :su => 'su' - defaultfor :git => :exists has_features :bare_repositories, :reference_tracking, :ssh_identity, :multiple_remotes, :user def create |