Skip to content

Commit

Permalink
Support Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Mar 7, 2021
1 parent 488c70d commit 7acc94f
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- "debian-9"
- "debian-10"
- "ubuntu-1804"
- "ubuntu-2004"
puppet:
- "puppet6"
- "puppet7"
Expand Down
1 change: 1 addition & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- debian-9
- debian-10
- ubuntu-1804
- ubuntu-2004
puppet:
- puppet6
- puppet7
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,9 @@ keycloak_required_action { 'webauthn-register on master':

This module has been tested on:

* CentOS 7 x86_64
* RedHat 7 x86_64
* RedHat/CentOS 7 x86_64
* RedHat/CentOS 8 x86_64
* Debian 9 x86_64
* Debian 10 x86_64
* Ubuntu 18.04 x86_64
* Ubuntu 20.04 x86_64
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04"
"18.04",
"20.04"
]
}
],
Expand Down
25 changes: 25 additions & 0 deletions spec/acceptance/nodesets/ubuntu-2004.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
HOSTS:
ubuntu2004:
roles:
- agent
platform: ubuntu-20.04-amd64
hypervisor : docker
image: ubuntu:20.04
docker_preserve_image: true
docker_cmd: '["/sbin/init"]'
docker_image_commands:
- "rm -f /etc/dpkg/dpkg.cfg.d/excludes"
- 'apt-get install -y wget net-tools locales apt-transport-https ca-certificates'
- 'locale-gen en_US.UTF-8'
docker_env:
- LANG=en_US.UTF-8
- LANGUAGE=en_US.UTF-8
- LC_ALL=en_US.UTF-8
docker_container_name: 'keycloak-ubuntu2004'
CONFIG:
log_level: debug
type: foss
ssh:
password: root
auth_methods: ["password"]

0 comments on commit 7acc94f

Please sign in to comment.