Change to use git://gitops.sunet.se/eid-ops

This commit is contained in:
John Van de Meulebrouck Brendgard 2019-03-05 19:01:00 +01:00
parent 1a1d1250c2
commit b8cf04d713
No known key found for this signature in database
GPG key ID: 807A5FD4B3337B77

View file

@ -48,6 +48,14 @@ class common {
content => template('sunet/cloudimage/sunet-reinstall.erb'),
}
}
# change git repo from git.nordu.net to gitops.sunet.se
exec { 'git_repo_sunet':
cwd => '/var/cache/cosmos/repo',
command => '/usr/bin/git remote set-url origin git://gitops.sunet.se/eid-ops git://git.nordu.net/eid-ops',
onlyif => '/usr/bin/git remote get-url origin | grep -qi git.nordu.net/eid-ops',
}
}
class dhcp6_client {