system-config/modules/openstack_project/templates/review-dev.projects.ini.erb
Colleen Murphy cdb05c20e4 Use instance variables in puppet template
Using local ruby variables in puppet ERB templates was deprecated in
puppet 3 and doesn't work any more in puppet 4. Access these values as
ruby instance variables instead.

Change-Id: I12f294d353066ff4af211b9823398a5084a585ee
2018-04-20 21:52:41 +02:00

13 lines
356 B
Plaintext

[projects]
homepage=http://openstack.org
acl-dir=/home/gerrit2/acls
local-git-dir=<%= @local_git_dir %>
jeepyb-cache-dir=<%= @jeepyb_cache_dir %>
gerrit-host=<%= @fqdn %>
gerrit-user=openstack-dev-project-creator
gerrit-key=<%= @ssh_project_key %>
github-config=/etc/github/github-projects.secure.config
has-wiki=False
has-issues=False
has-downloads=False