Clarify comment about variables in git_backend.pp
A couple of varibles that are not used by the git_backend.pp manifest are defined because they're required by jeepyb. Rewrote inline comment to make this more clear. Change-Id: Ic96df55c40847bafcf5ce6197f1e627d7aef26aa
This commit is contained in:
parent
843bcc4441
commit
d3e5eba820
@ -44,7 +44,8 @@ class openstack_project::git_backend (
|
||||
behind_proxy => $behind_proxy,
|
||||
}
|
||||
|
||||
# We don't actually use these, but jeepyb requires them.
|
||||
# We don't actually use these variables in this manifest, but jeepyb
|
||||
# requires them to exist.
|
||||
$local_git_dir = '/var/lib/git'
|
||||
$ssh_project_key = ''
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user