X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=7c7a7b33fae65bcb5ab7921e696c9d537d4cbb98;hb=90f5fdbce44d5fe61a70fb2129e01785e95c3218;hp=efea96351c56774ad35b0906682abd2daf584664;hpb=2986129f0d6d57537b836928121f5065c2b2a411;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index efea963..7c7a7b3 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ * [Defined Types](#defined-types) * [Types](#types) * [Facts](#facts) + * [Tasks](#tasks) 6. [Limitations - OS compatibility, etc.](#limitations) 7. [Development - Guide for contributing to the module](#development) @@ -264,6 +265,10 @@ apt::source { "archive.ubuntu.com-${lsbdistcodename}-backports": * `apt_reboot_required`: Determines if a reboot is necessary after updates have been installed. +### Tasks + +The Apt module has an example task that allows a user to run apt-get update or upgrade. Please refer to to the [PE documentation](https://puppet.com/docs/pe/2017.3/orchestrator/running_tasks.html) or [Bolt documentation](https://puppet.com/docs/bolt/latest/bolt.html) on how to execute a task. + #### Class: `apt` Main class, includes all other classes.