summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2017-07-28 16:49:44 +0200
committerLinus Nordberg <linus@nordu.net>2017-07-28 16:49:44 +0200
commitb2f9d891bfdf30d74133e95198877626b0bfcfcd (patch)
treee3050ba0223c5d74499f37fe4fdebacd8c5bdaf7
parent4e082e321f210e88c430e74549decf0f649642fd (diff)
Use https rather than git, the protocol.
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp
index a96e11a..6deacec 100644
--- a/global/overlay/etc/puppet/manifests/cosmos-site.pp
+++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp
@@ -74,7 +74,7 @@ class sshkeys {
node 'f1.ct.nordu.net' {
sunet::cloudimage { 'frontend-1.urd.appendto.org':
dhcp => false,
- repo => 'git://git.nordu.net/ct-ops.git',
+ repo => 'https://git.nordu.net/ct-ops.git',
tagpattern => 'ct-ops',
cpus => '16',
memory => '16384',
@@ -88,7 +88,7 @@ node 'f1.ct.nordu.net' {
node 'm1.ct.nordu.net' {
sunet::cloudimage { 'frontend-2.urd.appendto.org':
dhcp => false,
- repo => 'git://git.nordu.net/ct-ops.git',
+ repo => 'https://git.nordu.net/ct-ops.git',
tagpattern => 'ct-ops',
cpus => '16',
memory => '16384',
@@ -100,7 +100,7 @@ node 'm1.ct.nordu.net' {
}
sunet::cloudimage { 'sign-2.urd.appendto.org':
dhcp => false,
- repo => 'git://git.nordu.net/ct-ops.git',
+ repo => 'https://git.nordu.net/ct-ops.git',
tagpattern => 'ct-ops',
cpus => '2',
memory => '4096',
@@ -116,7 +116,7 @@ node 'm1.ct.nordu.net' {
node 'm0.ct.nordu.net' {
sunet::cloudimage { 'merge-1.urd.appendto.org':
dhcp => false,
- repo => 'git://git.nordu.net/ct-ops.git',
+ repo => 'https://git.nordu.net/ct-ops.git',
tagpattern => 'ct-ops',
cpus => '8',
memory => '16384',
@@ -127,7 +127,7 @@ node 'm0.ct.nordu.net' {
}
sunet::cloudimage { 'sign-1.urd.appendto.org':
dhcp => false,
- repo => 'git://git.nordu.net/ct-ops.git',
+ repo => 'https://git.nordu.net/ct-ops.git',
tagpattern => 'ct-ops',
cpus => '2',
memory => '4096',