This repository has been archived on 2023-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
salt-states_old/podman/esphome.sls
2023-01-13 13:50:54 +01:00

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') }}