From: Jean B Date: Tue, 26 Sep 2017 18:45:55 +0000 (-0700) Subject: minor edits to new material X-Git-Tag: 4.2.0~1^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=2986129f0d6d57537b836928121f5065c2b2a411;p=puppet-modules%2Fpuppetlabs-apt.git minor edits to new material --- diff --git a/README.md b/README.md index 9c2ded4..efea963 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,8 @@ class { 'apt': }, } ``` -When `Exec['apt_update']` is triggered, it will generate a `Notice` message. Because the default [logging level for agents](https://docs.puppet.com/puppet/latest/configuration.html#loglevel) is `notice`, this will cause the repository update to appear in logs and agent reports. Some tools, such as [The Foreman](https://www.theforeman.org), report the update notice as a significant change. By setting the [loglevel](https://docs.puppet.com/puppet/latest/metaparameter.html#loglevel) metaparameter for `Exec['apt_update']` above the agent logging level, one can eliminate these updates from reports: +When `Exec['apt_update']` is triggered, it generates a `Notice` message. Because the default [logging level for agents](https://docs.puppet.com/puppet/latest/configuration.html#loglevel) is `notice`, this causes the repository update to appear in logs and agent reports. Some tools, such as [The Foreman](https://www.theforeman.org), report the update notice as a significant change. To eliminate these updates from reports, set the [loglevel](https://docs.puppet.com/puppet/latest/metaparameter.html#loglevel) metaparameter for `Exec['apt_update']` above the agent logging level: + ```puppet class { 'apt': update => {