7 lines
199 B
Plaintext
7 lines
199 B
Plaintext
{% from 'lib.sls' import container_deploy with context %}
|
|
{% set user = salt['pillar.get']('podman:user', 'root') %}
|
|
{% set home = salt['user.info'](user).home %}
|
|
|
|
{{ container_deploy('esphome') }}
|
|
|