ca33eb9108
With this inital commit we set two things : * The list of project that will be managed by this repository[1] * The default template for shared resources, inspired from puppetlabs own modulesync_configs[2] The actual content (ie. data) should be discussed during a meeting. [1] https://github.com/openstack-infra/project-config/blob/master/gerritbot/channels.yaml#L1043-L1069 [2] https://github.com/puppetlabs/modulesync_configs Change-Id: I03b4f07594361ef50ed20589571b2d4c3072cbff
16 lines
198 B
Plaintext
16 lines
198 B
Plaintext
pkg/
|
|
Gemfile.lock
|
|
vendor/
|
|
spec/fixtures/
|
|
.vagrant/
|
|
.bundle/
|
|
coverage/
|
|
.idea/
|
|
*.swp
|
|
*.iml
|
|
<% if ! @configs['paths'].nil? -%>
|
|
<% @configs['paths'].each do |path| -%>
|
|
<%= path %>
|
|
<% end -%>
|
|
<% end -%>
|