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.
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