blob: 30a03d90dcc8fd182415f6d3d6cbc5a46395156e [file] [log] [blame]
Filip Pytloun2b6014f2015-10-06 16:28:31 +02001
2===========
3Git formula
4===========
5
6Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
7
8Sample pillars
9==============
10
Filip Pytloun2b6014f2015-10-06 16:28:31 +020011Simplest GIT setup
12
Ales Komarek581f2b22017-01-10 22:19:35 -080013.. code-block:: yaml
14
Filip Pytloun2b6014f2015-10-06 16:28:31 +020015 git:
16 client:
17 enabled: true
18
19GIT with user setup
20
21.. code-block:: yaml
22
23 git:
24 client:
25 enabled: true
26 user:
27 - user:
28 name: jdoe
29 email: j@doe.com
30
31Reclass with GIT with user setup
32
33.. code-block:: yaml
34
35 git:
36 client:
37 enabled: true
38 user:
39 - user: ${linux:system:user:jdoe}
40
41Read more
42=========
43
44* http://git-scm.com/
45* http://git-scm.com/book/en/Customizing-Git-Git-Configuration
46* https://github.com/nesi/puppet-git/tree/master/manifests
Filip Pytloune8c1eb22017-02-02 13:02:03 +010047
48Documentation and Bugs
49======================
50
51To learn how to install and update salt-formulas, consult the documentation
52available online at:
53
54 http://salt-formulas.readthedocs.io/
55
56In the unfortunate event that bugs are discovered, they should be reported to
57the appropriate issue tracker. Use Github issue tracker for specific salt
58formula:
59
60 https://github.com/salt-formulas/salt-formula-git/issues
61
62For feature requests, bug reports or blueprints affecting entire ecosystem,
63use Launchpad salt-formulas project:
64
65 https://launchpad.net/salt-formulas
66
67You can also join salt-formulas-users team and subscribe to mailing list:
68
69 https://launchpad.net/~salt-formulas-users
70
71Developers wishing to work on the salt-formulas projects should always base
72their work on master branch and submit pull request against specific formula.
73
74 https://github.com/salt-formulas/salt-formula-git
75
76Any questions or feedback is always welcome so feel free to join our IRC
77channel:
78
79 #salt-formulas @ irc.freenode.net