https://github.com/atomaka/puppet-git
https://github.com/atomaka/puppet-git
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atomaka/puppet-git
- Owner: atomaka
- Created: 2013-06-23T19:29:45.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-11T19:41:27.000Z (over 12 years ago)
- Last Synced: 2025-02-12T10:54:40.529Z (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': }
```