puppet-git-hooks icon indicating copy to clipboard operation
puppet-git-hooks copied to clipboard

Git client and server side hooks for puppet development

Results 20 puppet-git-hooks issues
Sort by recently updated
recently updated
newest added

Hello, we uptating from puppet v3 to v7. Therefore we got two versions in paralell running which I want to check. Gitlab itself is already client of the new system...

Hi community and supporters, OS: CentOS 8.x Puppet: 7.4 Gitlab: GitLab Community Edition 13.5.1 I am playing around with your git-hooks, which seem to run fine so far, however I...

Hi, I tried to change my Puppetfile and the commit hook failed with `No such file or directory @ rb_sysopen - /opt/puppetlabs/puppet/cache/puppet.git/Puppetfile.` where `/opt/puppetlabs/puppet/cache/puppet.git` is the pwd of the hook....

Latest R10k versions deprecated and removed the PUPPETFILE variable, making the r10k check fail. In the future there will be flags to provide that argument, but in the mean time,...

Just a suggestion not to run the puppet-lint check if the first check, the puppet parser validate fails. Two reasons: 1) In my testing the puppet-lint fails to test properly...

As puppet-lint hasn't been updated for OS X 10.11 (gem cannot be installed due to SIP) I've tried both exporting CHECK_PUPPET_LINT=disabled and overriding the variable directly in the pre-commit hook,...

With puppet 5 Agent we get the error `Error: Could not parse application options: invalid option: --parser`

This may vary by platform. Puppet 5 is installed into /opt/puppetlabs/bin/puppet on RHEL based distros.

This [test for a bare repo](https://github.com/drwahl/puppet-git-hooks/blob/master/deploy-git-hook#L104) is unreliable as it requires 'hooks' to strictly be of type 'file'. In many environments, for example GitLab this test will fail because hooks...