We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9839da commit e9ccdd2Copy full SHA for e9ccdd2
README.md
@@ -19,3 +19,19 @@ Current supported pre-receive (server side) checks
19
* Erb template syntax
20
* Puppet-lint
21
* Yaml (hiera data) syntax
22
+
23
+Installation
24
+============
25
26
+Clone this repository
27
28
+ git clone https://github.com/pixelated-project/puppet-git-hooks.git
29
30
+Go in the git hooks directory of you puppet git repository
31
32
+ cd <PATH_TO_YOUR_PUPPET_REPO>/.git/hooks
33
34
+Create symlinks to the `pre-commit` file and the `commit_hooks` directory
35
36
+ ln -s <PATH_TO_PUPPET-GIT-HOOKS_REPO>/pre-commit
37
+ ln -s <PATH_TO_PUPPET-GIT-HOOKS_REPO>/commit_hooks
0 commit comments