X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=a3e432e07879537822732a1c323c520a8ea93e53;hb=9545a85b06ad9374b56388a1b55a981923612809;hp=04bb3392dd7c0a353bc89cf24fa69b5df5000802;hpb=2415f23fca183eb1b520d418537c0f491c88edc4;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index 04bb339..a3e432e 100644 --- a/README.md +++ b/README.md @@ -72,16 +72,16 @@ class { 'apt': } ``` -* `apt::unattended_updates`: This class manages the unattended-upgrades package and related configuration files for Ubuntu and Debian systems. You can configure the class to automatically upgrade all new package releases or just security releases. +* `apt::unattended_upgrades`: This class manages the unattended-upgrades package and related configuration files for Ubuntu and Debian systems. You can configure the class to automatically upgrade all new package releases or just security releases. ``` - apt::unattended_upgrades { - origins = $::apt::params::origins, - blacklist = [], - update = '1', - download = '1', - upgrade = '1', - autoclean = '7', + class { 'apt::unattended_upgrades': + origins => $::apt::params::origins, + blacklist => [], + update => '1', + download => '1', + upgrade => '1', + autoclean => '7', } ```