Skip to content

Commit 728bee1

Browse files
committed
(MODULES-11113) Update documentation with present/latest
1 parent 800fcf1 commit 728bee1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.markdown

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Previous releases of this module, now unsupported, upgraded agents from later ve
7272

7373
The puppet_agent module installs the appropriate official Puppet package repository (on systems that support repositories); migrates configuration required by Puppet to new locations used by puppet-agent; and installs the puppet-agent package, removing the previous Puppet installation.
7474

75-
If a package_version parameter is provided, it will ensure that puppet-agent version is installed. The package_version parameter is required to perform upgrades starting from a puppet-agent package, also this parameter can be set to "auto", ensuring that agent version matches the version on the master without having to manually update package_version after upgrading the master(s).
75+
If a package_version parameter is provided, it will ensure that puppet-agent version is installed. The package_version parameter is required to perform upgrades starting from a puppet-agent package, also this parameter can be set to "auto", ensuring that agent version matches the version on the master without having to manually update package_version after upgrading the master(s). On platforms that install packages through repos (EL, Fedora, Debian, Ubuntu, SLES), the parameter can be set to "latest" in order to install the latest available package. To only ensure the presence of the package, the parameter can be set to "present".
7676

7777
If a config parameter is provided, it will manage the defined agent configuration settings.
7878

@@ -191,6 +191,14 @@ or
191191
``` puppet
192192
package_version => 'auto'
193193
```
194+
or
195+
``` puppet
196+
package_version => 'latest'
197+
```
198+
or
199+
``` puppet
200+
package_version => 'present'
201+
```
194202

195203
##### `service_names`
196204

0 commit comments

Comments
 (0)