Saltstack Official OpenSSH Formula
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

22 Zeilen
588B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. #
  4. # Setup variables specific to salt['config.get']('os_family') == Solaris.
  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. service: network/ssh
  15. sshd_config_group: root
  16. ssh_config_group: root
  17. dig_pkg: bind
  18. sshd_binary: /usr/lib/ssh/sshd
  19. sshd_config:
  20. Subsystem: sftp internal-sftp
  21. ...