Change to use git://gitops.sunet.se/eid-ops
This commit is contained in:
parent
1a1d1250c2
commit
b8cf04d713
1 changed files with 8 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue