https://github.com/saltstack-formulas/git-formula
https://github.com/saltstack-formulas/git-formula
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saltstack-formulas/git-formula
- Owner: saltstack-formulas
- License: other
- Created: 2013-06-12T22:15:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T19:50:44.000Z (over 7 years ago)
- Last Synced: 2025-04-07T00:41:23.462Z (10 months ago)
- Language: SaltStack
- Homepage: http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
- Size: 22.5 KB
- Stars: 13
- Watchers: 39
- Forks: 68
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
====
git
====
Install git either by source or by package
Tested minion OSes:
- Ubuntu 12.04.3 Server AMD64
- Ubuntu 14.04.1 LTS
- Ubuntu 15.04 Server AMD64
- CentOS release 6.6 (Final)
- Red Hat Enterprise Linux Server release 6.6 (Santiago)
Available states
================
.. contents::
:local:
``git``
-------
Install git via the method specified in the pillar data.
``git.source``
--------------
Compiles and installs the given git version directly from source.
``git.package``
---------------
Install git from the system package repository.
``git.pkgrepo``
---------------
Sets up a package repo containing the most recent git package. Currently only used for Ubuntu git PPA.