Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ubuntu 22.04 support #10

Merged
merged 1 commit into from Feb 3, 2024
Merged

Add Ubuntu 22.04 support #10

merged 1 commit into from Feb 3, 2024

Conversation

threepistons
Copy link
Contributor

@threepistons threepistons commented Feb 1, 2024

Pull Request (PR) description

Add support for Ubuntu 22.04 LTS.

  • Add Ubuntu 22.04 to the supported OSes in metadata.json.
  • Add a YAML file to recreate the nsswitch.conf found in a vanilla Ubuntu Server 22.04 LTS.

This Pull Request (PR) fixes the following issues

n/a

The nsswitch.conf file in the Beaker container

$ docker exec -it -u root beaker-ubuntu2204-64-1-5843dbdf9be3 bash
root@ubuntu2204-64-1:/# cat /etc/nsswitch.conf 
# This file is controlled by Puppet

passwd:     files systemd
shadow:     files
gshadow:    files
group:      files systemd
hosts:      files dns
ethers:     db files
networks:   files
protocols:  db files
rpc:        db files
services:   db files
netgroup:   nis
root@ubuntu2204-64-1:/# exit

The nsswitch.conf file from the freshly-built Ubuntu 22.04 VM

# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.

passwd:         files systemd
group:          files systemd
shadow:         files
gshadow:        files

hosts:          files dns
networks:       files

protocols:      db files
services:       db files
ethers:         db files
rpc:            db files

netgroup:       nis

@treydock treydock added the enhancement New feature or request label Feb 3, 2024
@treydock treydock merged commit d221e45 into voxpupuli:master Feb 3, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants