Skip to content

Commit c15329e

Browse files
authored
Merge pull request #4 from simondeziel/puppetlabs-path
Add /opt/puppetlabs/puppet/bin to PATH
2 parents 2ed9158 + 15292f6 commit c15329e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commit_hooks/config.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ CHECK_R10K="enabled" # enabled or disabled
77
export PUPPET_LINT_OPTIONS="" # puppet-lint options to use if no rc file is present. Defaults to "--no-140chars-check"
88
export PUPPET_LINT_FAIL_ON_WARNINGS="true" # Set the puppet-lint option --fail-on-warnings
99
UNSET_RUBY_ENV="enabled" # enabled or disabled. Required for Gitlab.
10+
PATH="$PATH:/opt/puppetlabs/puppet/bin"

0 commit comments

Comments
 (0)