Saltstack Official Linux Formula
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12 lines
282B

  1. {%- from "linux/map.jinja" import system with context %}
  2. {%- if system.enabled %}
  3. {%- if system.bash.get('preserve_history', False) %}
  4. /etc/profile.d/bash_history.sh:
  5. file.managed:
  6. - source: salt://linux/files/bash_history.sh
  7. - template: jinja
  8. {%- endif %}
  9. {%- endif %}