Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

19 lines
376B

  1. {% from 'icinga2/map.jinja' import icinga2 with context %}
  2. include:
  3. - icinga2
  4. # Install python-m2crypto dependency
  5. {{icinga2.pki_pkg}}:
  6. pkg.installed:
  7. - require:
  8. - pkg: icinga2_pkg
  9. icinga2_pki_dir:
  10. file.directory:
  11. - name: '/etc/icinga2/pki'
  12. - user: {{ icinga2.user }}
  13. - group: {{ icinga2.group }}
  14. - require:
  15. - pkg: {{icinga2.pki_pkg}}