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) Install Puppet Server Task #277

Closed coreymbe closed 4 weeks ago

coreymbe commented 4 weeks ago

Summary

This commit corrects a syntax issue causing the provision::install_puppetserver task to fail on the Ubuntu platform.

Additional Context

The arguments for the fetch_codename() function are currently grouped to be passed in as a single argument instead of $collection and $platform separately. As a result the task errors out and states there are no builds for Ubuntu.

Related Issues

Looks like the issue was introduced in this commit.

Checklist