diff options
author | Gary Larizza <gary@puppetlabs.com> | 2012-10-18 18:11:34 -0700 |
---|---|---|
committer | Gary Larizza <gary@puppetlabs.com> | 2012-10-18 18:11:34 -0700 |
commit | 7a08d7f5356aad3c4af3467d076071ab8e087f55 (patch) | |
tree | 5adff2e60c4798420b44b1b81b6cc0574a3f9585 /lib | |
parent | 1e338afe2bad7b41cb1624eada9fb734b4950d53 (diff) | |
parent | dbac767ab7b0a6b7c70341774e237b5daca24c36 (diff) |
Merge pull request #27 from ody/default_identity
Add default user to run git as.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/type/vcsrepo.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/type/vcsrepo.rb b/lib/puppet/type/vcsrepo.rb index 352f439..4fab79e 100644 --- a/lib/puppet/type/vcsrepo.rb +++ b/lib/puppet/type/vcsrepo.rb @@ -135,6 +135,7 @@ Puppet::Type.newtype(:vcsrepo) do newparam :user do desc "The user to run for repository operations" + defaultto 'root' end newparam :excludes do |