Ian Wienand d30b8f0414 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I57d518aa403b3c6caaa19022356d9feebcb04a27
2019-03-24 20:35:44 +00:00

35 lines
798 B
Puppet

include ::planet
planet::site { 'openstack':
git_url => 'https://git.openstack.org/openstack/openstack-planet',
}
$planet_config = '[Planet]
name = Planet OpenStack
link = http://planet.openstack.org/
owner_name = Monty Taylor
owner_email = mordred@inaugust.com
output_theme = classic_fancy
cache_directory = cache
output_dir = /srv/planet/openstack
feed_timeout = 20
items_per_page = 60
future_dates = ignore_date
log_level = DEBUG
bill_of_materials:
images/#{face}
[DEFAULT]
facewidth = 85
faceheight = 85
[http://www.openstack.org/blog/feed/]
name = OpenStack Blog
nick = openstack'
file { '/var/lib/planet/openstack/planet.ini':
ensure => present,
content => $planet_config,
require => Vcsrepo['/var/lib/planet/openstack'],
}