From b3fb0222d8260687c975f326f5bcfad823e616d1 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Mon, 24 Jun 2013 17:28:27 +0200 Subject: [PATCH] Add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fb2a2df --- /dev/null +++ b/README.md @@ -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': } +```