Skip to content

ucbpi/puppet-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Build Status

This is a simple git module that installs the git packages, and can be used to setup a git user account and homedir

Examples

# just install the git package
include git

# install the git package and setup the user
class { 'git':
  homedir        => '/home/git', # defaults to /var/lib/git
  manage_homedir => true,  # defaults to false
  user           => true,  # defaults to false
  username       => 'git', # this is the default
}

License

See LICENSE file

Copyright

Copyright © The Regents of the University of California

Supprt

Please log tickets and issues at the Projects site