From: Eimhin Laverty Date: Thu, 27 Sep 2018 09:22:01 +0000 (+0100) Subject: (maint) - Update docs to reflect changes in key.pp X-Git-Tag: 6.1.0~3^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=eaa52fe0f215408994430c3b079d4f03774c546d;p=puppet-modules%2Fpuppetlabs-apt.git (maint) - Update docs to reflect changes in key.pp --- diff --git a/REFERENCE.md b/REFERENCE.md index 3e1347a..faef86c 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -455,9 +455,10 @@ Default value: $title ##### `ensure` -Data type: `Enum['present', 'absent']` +Data type: `Enum['present', 'absent', 'refreshed']` -Specifies whether the key should exist. Valid options: 'present' and 'absent'. +Specifies whether the key should exist. Valid options: 'present', 'absent' or 'refreshed'. Using 'refreshed' will make keys auto +update when they have expired (assuming a new key exists on the key server). Default value: present