Hi all, I'm using the zleslie-ssh <https://forge.puppet.com/zleslie/ssh> 
module and trying to configure it with hiera.
I have all the lines working but this one (this is the output I"m seeking):

Subsystem  sftp    /usr/libexec/sftp-server

Here is successfully working code that is non-hiera:

include ssh::service

ssh::server::subsystem { 'sftp':
system => '/usr/libexec/sftp-server'
 }

Here is my best guest to how it should be defined with hiera (but it 
doesn't create anything):

ssh::server::subsystem::sftp:
  - system: '/usr/libexec/sftp-server'

Thoughts?
thx
-peter

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/5f4b39eb-bb3b-40d8-91a4-82f16931e53a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to