Skip to content

Commit

Permalink
fix(states): fix template lookup in apt-cacher/ng/client/config
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Oct 2, 2019
1 parent d1b56c2 commit 1b288c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apt-cacher/ng/client/config/file.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b288c2

Please sign in to comment.