(maint) - Update docs to reflect changes in key.pp
authorEimhin Laverty <eimhin.laverty@puppet.com>
Thu, 27 Sep 2018 09:22:01 +0000 (10:22 +0100)
committerEimhin Laverty <eimhin.laverty@puppet.com>
Thu, 27 Sep 2018 09:22:01 +0000 (10:22 +0100)
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