The module installs git by compiling sources.
To install the module run:
sudo puppet install module gajdaw-git
To apply git
class use the following command:
sudo puppet apply -e 'include git'
You can also use example manifests:
sudo puppet apply /etc/puppet/modules/git/examples/default.pp
sudo puppet apply /etc/puppet/modules/git/examples/1.8.5.pp
sudo puppet apply /etc/puppet/modules/git/examples/2.0.5.pp
You will find the exact information about supported platforms
in metadata.json
file.
Log of tests produced with puppet-modules-factory is available in gh-pages branch.