Explorar el Código

fix(states): fix template lookup in apt-cacher/ng/client/config

tags/v0.7.0
Nicolas Rodriguez hace 5 años
padre
commit
1b288c2efb
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      apt-cacher/ng/client/config/file.sls

+ 2
- 1
apt-cacher/ng/client/config/file.sls Ver fichero

@@ -16,7 +16,8 @@ apt-cacher/ng/client/config/file:
- group: root
- mode: '644'
- source: {{ files_switch(['client.conf.tmpl'],
lookup='apt-cacher/ng/client/config/file'
lookup='apt-cacher/ng/client/config/file',
use_subpath=True
)
}}
- template: jinja

Cargando…
Cancelar
Guardar