diff --git a/metadata.json b/metadata.json index 6f73838..5386659 100644 --- a/metadata.json +++ b/metadata.json @@ -4,7 +4,7 @@ "author": "Openstack CI", "summary": "Puppet module for Zuul", "license": "Apache 2.0", - "source": "git://git.openstack.org/openstack-infra/puppet-zuul.git", + "source": "https://git.openstack.org/openstack-infra/puppet-zuul.git", "project_page": "http://docs.openstack.org/infra/system-config/", "issues_url": "https://storyboard.openstack.org/#!/project/740", "dependencies": [ diff --git a/spec/acceptance/fixtures/preconditions.pp b/spec/acceptance/fixtures/preconditions.pp index 4ee171f..521a003 100644 --- a/spec/acceptance/fixtures/preconditions.pp +++ b/spec/acceptance/fixtures/preconditions.pp @@ -7,7 +7,7 @@ vcsrepo { '/etc/project-config': ensure => latest, provider => git, revision => 'master', - source => 'git://git.openstack.org/openstack-infra/project-config', + source => 'https://git.openstack.org/openstack-infra/project-config', } # Creating ssh rsa keys