Merge pull request #807 from puppetlabs/release
[puppet-modules/puppetlabs-apt.git] / REFERENCE.md
index 3e1347a9f9381370073d78e505055866113cefeb..faef86cab89fc48b340810d79f04813d04ce46f1 100644 (file)
@@ -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