Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Done
-
puppet_agent 2.1.1
-
None
-
None
-
Night's Watch
-
1
-
PR - 2019-05-02, PR - 2019-05-15, PR - 2019-05-29, PR - 2019-06-12
-
New Feature
-
The package_version parameter can be set as "auto"
-
Needs Assessment
Description
Module Version: 2.1.1
Puppet Version: N/A
OS Name/Version: N/A
package_version must be explicitly specified, but could be based upon the version of the compiling master.
This would allow users to specify that agent version matches the version on the master without having to manually update package_version after upgrading the master(s).
class {'puppet_agent':
|
package_version => 'master',
|
}
|
Notes:
'auto' could be used instead of 'master' as a keyword.
This is a POC.