Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atomaka/puppet-git


https://github.com/atomaka/puppet-git

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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': }
```