summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/ssh_authorized_key.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/type/ssh_authorized_key.rb')
-rw-r--r--lib/puppet/type/ssh_authorized_key.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/puppet/type/ssh_authorized_key.rb b/lib/puppet/type/ssh_authorized_key.rb
index e3320140e..8338e2d64 100644
--- a/lib/puppet/type/ssh_authorized_key.rb
+++ b/lib/puppet/type/ssh_authorized_key.rb
@@ -1,7 +1,11 @@
module Puppet
newtype(:ssh_authorized_key) do
@doc = "Manages SSH authorized keys. Currently only type 2 keys are
- supported."
+ supported.
+
+ **Autorequires:** If Puppet is managing the user account in which this
+ SSH key should be installed, the `ssh_authorized_key` resource will autorequire
+ that user."
ensurable