Saltstack Official OpenSSH Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

21 rinda
570B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. #
  4. # Setup variables specific to salt['config.get']('os_family') == RedHat.
  5. # You just need to add the key:values for this `os_family` that differ
  6. # from `defaults.yaml` + `<osarch>.yaml`.
  7. #
  8. # If you do not need to provide defaults via the `os_family` config,
  9. # you can remove this file or provide at least an empty dict, e.g.
  10. # values: {}
  11. ---
  12. values:
  13. openssh:
  14. server: openssh-server
  15. client: openssh-clients
  16. service: sshd
  17. dig_pkg: bind-utils
  18. sshd_config:
  19. Subsystem: sftp /usr/libexec/openssh/sftp-server
  20. ...