3 if [[ -n "${PPG_DEBUG}" ]]; then
8 echo >&2 "ERROR: needs base path parameter"
15 echo "Preparing the repository for your Puppet configurations"
16 git
--git-dir=${base_repo}/puppet.git init
--bare
18 echo "Preparing the directory for reports"
19 mkdir
${base_repo}/reports
22 echo "Make reports.git writable by the user/group that clients"
23 echo "use to connect."