Browse Source

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

tags/v0.7.0
Nicolas Rodriguez 5 years ago
parent
commit
1b288c2efb
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      apt-cacher/ng/client/config/file.sls

+ 2
- 1
apt-cacher/ng/client/config/file.sls View File

- group: root - group: root
- mode: '644' - mode: '644'
- source: {{ files_switch(['client.conf.tmpl'], - 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 - template: jinja

Loading…
Cancel
Save