jfryman/puppet-gitolite

Error with gl-setup on debian squeeze

Closed this issue · 1 comments

The error is:

change from notrun to 0 failed: gl-setup -q /opt/git/gitolite.pub returned 1 instead of one of [0] at /etc/puppet/modules/git/manifests/server/config.pp:136

This is the version of gitolite that ships with Debian squeeze:

gitolite/squeeze uptodate 1.5.4-2+squeeze1

Upon running the failing command at hand:

gl-setup -q /opt/git/gitolite.pub
-q must end in .pub

Running without -q does the job. I don't know if -q is a newer or older option. Being debian stable probably an option available in newer versions of gitolite.

Awesome. Thanks for the report. Commit 2d8632d should address this issue.