Add README
This commit is contained in:
parent
87c7da13c7
commit
b3fb0222d8
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# puppet-git
|
||||
|
||||
## Description
|
||||
Install an appropriate version of git (and possibly other git configurations
|
||||
later). Specifically, Ubuntu 12.04's repository distributes version 1.7.9.5
|
||||
of git and most softwares (Github, GitLab, etc) recommend 1.7.10+. This module
|
||||
resolves that issue.
|
||||
|
||||
## Usage
|
||||
|
||||
```code
|
||||
class { 'git': }
|
||||
```
|
Loading…
Reference in a new issue