github access for fetching pages
This commit is contained in:
parent
95859d9c24
commit
8fa6996fc8
3 changed files with 13 additions and 0 deletions
|
@ -137,4 +137,5 @@ web-1.qa.sveidas.se:
|
||||||
openstack_dockerhost:
|
openstack_dockerhost:
|
||||||
sunet_iaas_cloud:
|
sunet_iaas_cloud:
|
||||||
autoupdate:
|
autoupdate:
|
||||||
|
github_client_credential:
|
||||||
pages:
|
pages:
|
||||||
|
|
|
@ -308,6 +308,13 @@ class prid($version="1.0.0") {
|
||||||
class {'https_server': }
|
class {'https_server': }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class github_client_credential {
|
||||||
|
sunet::ssh_host_credential { "github":
|
||||||
|
hostname => "github.com",
|
||||||
|
id => "github",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
class pages($version=undef) {
|
class pages($version=undef) {
|
||||||
class { 'sunet::pages': version => $version }
|
class { 'sunet::pages': version => $version }
|
||||||
sunet::docker_run {'people-sunet-se':
|
sunet::docker_run {'people-sunet-se':
|
||||||
|
|
5
web-1.qa.sveidas.se/overlay/etc/hiera/data/local.yaml
Normal file
5
web-1.qa.sveidas.se/overlay/etc/hiera/data/local.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
sunet_pages_sites:
|
||||||
|
swedenconnect.se:
|
||||||
|
git: https://github.com/elegnamnden/swedenconnect.se
|
||||||
|
domains:
|
||||||
|
- qa.swedenconnect.se
|
Loading…
Add table
Reference in a new issue