puppetlabs / puppetlabs-puppet_agent

Module for managing Puppet-Agent
Apache License 2.0
41 stars 192 forks source link

(PA-5820) Correct parameter types #673

Closed mhashizume closed 1 year ago

mhashizume commented 1 year ago

Previously, 74e022d erroneously typed the $package_version and $install_options parameters as Optional.

This commit updates those parameters to be required, and gives a more specific type to $install_options.