Skip to content

Commit 9960b18

Browse files
authored
Merge pull request #352 from gcoxmoz/git-source
Update github URLs to remove unauthenticated git
2 parents 74a62e9 + 2040f1a commit 9960b18

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.fixtures.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
fixtures:
22
repositories:
3-
inifile: 'git://github.com/puppetlabs/puppetlabs-inifile.git'
4-
stdlib: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
5-
postgresql: 'git://github.com/puppetlabs/puppet-postgresql.git'
6-
firewall: 'git://github.com/puppetlabs/puppetlabs-firewall.git'
7-
apt: 'git://github.com/puppetlabs/puppetlabs-apt.git'
8-
concat: 'git://github.com/puppetlabs/puppetlabs-concat.git'
9-
file_concat: 'git://github.com/electrical/puppet-lib-file_concat.git'
10-
systemd: 'git://github.com/camptocamp/puppet-systemd.git'
11-
cron: 'git://github.com/voxpupuli/puppet-cron.git'
3+
inifile: 'https://github.com/puppetlabs/puppetlabs-inifile.git'
4+
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
5+
postgresql: 'https://github.com/puppetlabs/puppet-postgresql.git'
6+
firewall: 'https://github.com/puppetlabs/puppetlabs-firewall.git'
7+
apt: 'https://github.com/puppetlabs/puppetlabs-apt.git'
8+
concat: 'https://github.com/puppetlabs/puppetlabs-concat.git'
9+
file_concat: 'https://github.com/electrical/puppet-lib-file_concat.git'
10+
systemd: 'https://github.com/camptocamp/puppet-systemd.git'
11+
cron: 'https://github.com/voxpupuli/puppet-cron.git'
1212
cron_core:
1313
repo: https://github.com/puppetlabs/puppetlabs-cron_core.git
1414
puppet_version: ">= 6.0.0"

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "puppetlabs",
55
"summary": "Installs PostgreSQL and PuppetDB, sets up the connection to Puppet master.",
66
"license": "Apache-2.0",
7-
"source": "git://github.com/puppetlabs/puppetlabs-puppetdb.git",
7+
"source": "https://github.com/puppetlabs/puppetlabs-puppetdb.git",
88
"project_page": "http://github.com/puppetlabs/puppetlabs-puppetdb",
99
"issues_url": "https://tickets.puppetlabs.com/browse/PDB",
1010
"dependencies": [

0 commit comments

Comments
 (0)