paulbsd-salt/states/tmux/config.sls
2022-12-26 10:13:15 +01:00

12 lines
247 B
Plaintext

---
{%- from "tmux/map.jinja" import tmux with context %}
tmux-config:
file.managed:
- name: /etc/tmux.conf
- source: salt://tmux/tmux.conf.j2
- user: root
- group: root
- template: jinja
- require:
- pkg: tmux-pkg