Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomaka/puppet-git
https://github.com/atomaka/puppet-git
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/atomaka/puppet-git
- Owner: atomaka
- Created: 2013-06-23T19:29:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-11T19:41:27.000Z (about 11 years ago)
- Last Synced: 2023-03-12T07:24:54.530Z (over 1 year ago)
- Language: Puppet
- Size: 127 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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': }
```