From d3e5eba820de4abdc8e27fac98bc814db34706a8 Mon Sep 17 00:00:00 2001 From: Elizabeth Krumbach Joseph Date: Fri, 4 Apr 2014 12:25:33 -0700 Subject: [PATCH] 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 --- modules/openstack_project/manifests/git_backend.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/git_backend.pp b/modules/openstack_project/manifests/git_backend.pp index 747f1ce90d..b36549209b 100644 --- a/modules/openstack_project/manifests/git_backend.pp +++ b/modules/openstack_project/manifests/git_backend.pp @@ -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 = ''