Parcourir la source

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

tags/v0.7.0
Nicolas Rodriguez il y a 5 ans
Parent
révision
1b288c2efb
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      apt-cacher/ng/client/config/file.sls

+ 2
- 1
apt-cacher/ng/client/config/file.sls Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer