summaryrefslogtreecommitdiff
path: root/global/overlay
diff options
context:
space:
mode:
Diffstat (limited to 'global/overlay')
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp
index 029d706..2b686ad 100644
--- a/global/overlay/etc/puppet/manifests/cosmos-site.pp
+++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp
@@ -238,7 +238,7 @@ class swamid_static_signer {
vcsrepo { '/opt/saml-md-tools':
ensure => present,
provider => git,
- source => 'git@git.nordu.net:saml-md-tools.git'
+ source => 'git://git.nordu.net/saml-md-tools.git'
} ->
exec { 'install_saml_md_tools':
command => './configure --prefix=/usr/local && make && make install',