repo 1
This commit is contained in:
parent
9e18535f67
commit
0da963d37b
2 changed files with 6 additions and 2 deletions
|
@ -10,6 +10,10 @@ jmp.komreg.se:
|
||||||
sunet_iaas_cloud:
|
sunet_iaas_cloud:
|
||||||
autoupdate:
|
autoupdate:
|
||||||
|
|
||||||
|
r1.komreg.se:
|
||||||
|
sunet_iaas_cloud:
|
||||||
|
autoupdate:
|
||||||
|
|
||||||
'^eidas-node-[0-9]+\.qa\.sveidas\.se$':
|
'^eidas-node-[0-9]+\.qa\.sveidas\.se$':
|
||||||
openstack_ubuntu_16_04_dockerhost:
|
openstack_ubuntu_16_04_dockerhost:
|
||||||
sunet_iaas_cloud:
|
sunet_iaas_cloud:
|
||||||
|
|
|
@ -138,7 +138,7 @@ class saml_metadata($filename=undef, $cert=undef, $url=undef) {
|
||||||
sunet::metadata { "$filename": url => $url, cert => $cert }
|
sunet::metadata { "$filename": url => $url, cert => $cert }
|
||||||
}
|
}
|
||||||
|
|
||||||
class swamid_metadata_repo($hostname=undef) {
|
class md_repo_client($hostname=undef) {
|
||||||
$host = $hostname ? {
|
$host = $hostname ? {
|
||||||
undef => $title,
|
undef => $title,
|
||||||
default => $hostname
|
default => $hostname
|
||||||
|
@ -151,7 +151,7 @@ class swamid_metadata_repo($hostname=undef) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class swamid_md_master($hostname) {
|
class md_repo_server($hostname) {
|
||||||
class {'openstack_ubuntu_16_04_dockerhost': } ->
|
class {'openstack_ubuntu_16_04_dockerhost': } ->
|
||||||
class {'sunet::gitolite': } ->
|
class {'sunet::gitolite': } ->
|
||||||
sunet::docker_run {'gitweb':
|
sunet::docker_run {'gitweb':
|
||||||
|
|
Loading…
Add table
Reference in a new issue