puppetlabs / provision

Simple tasks to provision and tear_down containers / instances and virtual machines.
Apache License 2.0
20 stars 53 forks source link

(MAINT) Support for Puppet Server on Ubuntu 22.04 #273

Closed coreymbe closed 1 month ago

coreymbe commented 1 month ago

Summary

Upon adding Ubuntu 22.04 to our test matrix I discovered that the install_puppetserver task does not support the aforementioned OS.

As such, this commit includes changes to ensure Ubuntu 22.04 is recognized and the package is pulled and installed.

Additional Context

Add any additional context about the problem here.

Checklist