diff options
author | Linus Nordberg <linus@nordu.net> | 2017-07-28 16:49:44 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-07-28 16:49:44 +0200 |
commit | b2f9d891bfdf30d74133e95198877626b0bfcfcd (patch) | |
tree | e3050ba0223c5d74499f37fe4fdebacd8c5bdaf7 /global/overlay/etc/puppet | |
parent | 4e082e321f210e88c430e74549decf0f649642fd (diff) |
Use https rather than git, the protocol.
Diffstat (limited to 'global/overlay/etc/puppet')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 10 |
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', |