Skip to content

Commit

Permalink
sshd_config: update documentation of the value parameter (#44)
Browse files Browse the repository at this point in the history
Since 2.2.0 (8d621b6), KexAlgorithms and Ciphers are considered as array values. Unfortunately, the documentation (description of the value field of sshd_config) was not updated to reflect this change...
  • Loading branch information
Feandil authored and raphink committed Nov 2, 2018
1 parent 24ce871 commit a4164cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/puppet/type/sshd_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@
newproperty(:value, :array_matching => :all) do
desc "Value to change the setting to. The follow parameters take an array of values:
- MACs;
- AcceptEnv;
- AllowGroups;
- AllowUsers;
- Ciphers;
- DenyGroups;
- DenyUsers.
- DenyUsers;
- KexAlgorithms;
- MACs.
All other parameters take a string. When passing an array to other parameters, only the first value in the array will be considered."

Expand Down

0 comments on commit a4164cb

Please sign in to comment.