updated kitty state
This commit is contained in:
parent
f5a6b76374
commit
323bed129e
@ -12,7 +12,7 @@ kitty-config-dir-{{ name }}:
|
||||
kitty-user-{{ name }}:
|
||||
file.managed:
|
||||
- name: {{ user.home }}/.config/kitty/kitty.conf
|
||||
- source: salt://kitty/kitty.conf.j2
|
||||
- source: salt://kitty/templates/kitty.conf.j2
|
||||
- user: {{ name }}
|
||||
- group: {{ user.gid }}
|
||||
- mode: 0644
|
||||
|
@ -1,4 +0,0 @@
|
||||
{%- from "kitty/map.jinja" import kitty with context %}
|
||||
{%- for key, value in kitty.config.items() %}
|
||||
{{ key }} {{ value }}
|
||||
{%- endfor %}
|
4
states/kitty/templates/kitty.conf.j2
Normal file
4
states/kitty/templates/kitty.conf.j2
Normal file
@ -0,0 +1,4 @@
|
||||
{%- from "kitty/map.jinja" import kitty with context -%}
|
||||
{% for key, value in kitty.config.items() -%}
|
||||
{{ key }} {{ value }}
|
||||
{% endfor -%}
|
Loading…
Reference in New Issue
Block a user