github access for fetching pages

This commit is contained in:
Leif Johansson 2018-05-04 18:07:49 +02:00
parent 95859d9c24
commit 8fa6996fc8
3 changed files with 13 additions and 0 deletions

View file

@ -137,4 +137,5 @@ web-1.qa.sveidas.se:
openstack_dockerhost:
sunet_iaas_cloud:
autoupdate:
github_client_credential:
pages:

View file

@ -308,6 +308,13 @@ class prid($version="1.0.0") {
class {'https_server': }
}
class github_client_credential {
sunet::ssh_host_credential { "github":
hostname => "github.com",
id => "github",
}
}
class pages($version=undef) {
class { 'sunet::pages': version => $version }
sunet::docker_run {'people-sunet-se':

View file

@ -0,0 +1,5 @@
sunet_pages_sites:
swedenconnect.se:
git: https://github.com/elegnamnden/swedenconnect.se
domains:
- qa.swedenconnect.se