Make cosmos-site look the same as in gitops repo to avoid merge conflict, SC-2860
This commit is contained in:
parent
cd4f9b0bbc
commit
b908ef3fad
1 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,12 @@ class common {
|
|||
package { 'needrestart': ensure => installed}
|
||||
package {'lshw': ensure => 'latest'}
|
||||
|
||||
# change git repo from gitops.sunet.se to platform.sunet.se
|
||||
exec { 'git_repo_sunet':
|
||||
cwd => '/var/cache/cosmos/repo',
|
||||
command => '/usr/bin/git remote set-url origin https://platform.sunet.se/swedenconnect/eid-ops.git git://gitops.sunet.se/eid-ops',
|
||||
onlyif => '/usr/bin/git remote get-url origin | grep -qi gitops.sunet.se/eid-ops',
|
||||
}
|
||||
}
|
||||
|
||||
class dhcp6_client {
|
||||
|
|
Loading…
Add table
Reference in a new issue